1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Fixed #ifdef

This commit is contained in:
Bryan Roe
2020-05-20 13:14:39 -07:00
parent f4b7c13888
commit 655e607e01
2 changed files with 6 additions and 4 deletions

View File

@@ -95,10 +95,10 @@ typedef struct ILibProcessPipe_PipeObject
OVERLAPPED *mOverlapped,*mwOverlapped;
int inProgress;
void *mOverlapped_opaqueData, *user3, *user4;
char *metadata;
#else
int mPipe_ReadEnd, mPipe_WriteEnd;
#endif
char *metadata;
int PAUSED;
}ILibProcessPipe_PipeObject;