Skip to content

Commit 2710b57

Browse files
authored
Merge pull request wolfSSL#8204 from JacobBarthelmeh/socket
change optval type to match system
2 parents c06f65a + b3e8fa7 commit 2710b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
#endif
417417
#endif
418418
#ifndef XSOCKOPT_TYPE_OPTVAL_TYPE
419-
#ifdef USE_WINDOWS_API
419+
#ifndef USE_WINDOWS_API
420420
#define XSOCKOPT_TYPE_OPTVAL_TYPE void*
421421
#else
422422
#define XSOCKOPT_TYPE_OPTVAL_TYPE char*

0 commit comments

Comments
 (0)