mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- MSFS: Don't rely on PSDK headers for MAILSLOT_NO_MESSAGE/MAILSLOT_WAIT_FOREVER
svn path=/trunk/; revision=37719
This commit is contained in:
parent
5e41c16d16
commit
f584500e5a
1 changed files with 5 additions and 0 deletions
|
@ -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 *****************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue