- MSFS: Don't rely on PSDK headers for MAILSLOT_NO_MESSAGE/MAILSLOT_WAIT_FOREVER

svn path=/trunk/; revision=37719
This commit is contained in:
Stefan Ginsberg 2008-11-29 10:26:47 +00:00
parent 5e41c16d16
commit f584500e5a

View file

@ -14,6 +14,11 @@
#define NDEBUG
#include <debug.h>
#undef MAILSLOT_NO_MESSAGE
#undef MAILSLOT_WAIT_FOREVER
#define MAILSLOT_NO_MESSAGE ((ULONG)-1)
#define MAILSLOT_WAIT_FOREVER ((ULONG)-1)
/* FUNCTIONS *****************************************************************/