1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-31 07:33:38 +00:00

Fixed #ifdef problem

This commit is contained in:
Bryan Roe
2020-01-09 14:05:34 -08:00
parent 981ee96ad7
commit a314f85c00

View File

@@ -100,10 +100,10 @@ typedef struct ILibDuktape_HECI_ioctl_data
HANDLE device;
DWORD bytesReceived;
DWORD abort;
void *reserved;
#elif defined(_POSIX)
int device;
#endif
void *reserved;
int code;
char *outBuffer;