change optval type to match system

This commit is contained in:
JacobBarthelmeh
2024-11-20 09:34:11 -07:00
parent 42825e82d2
commit b3e8fa7922

View File

@ -416,7 +416,7 @@
#endif
#endif
#ifndef XSOCKOPT_TYPE_OPTVAL_TYPE
#ifdef USE_WINDOWS_API
#ifndef USE_WINDOWS_API
#define XSOCKOPT_TYPE_OPTVAL_TYPE void*
#else
#define XSOCKOPT_TYPE_OPTVAL_TYPE char*