Author: sginsberg
Date: Sat Nov 29 04:26:47 2008
New Revision: 37719
URL:
http://svn.reactos.org/svn/reactos?rev=37719&view=rev
Log:
- MSFS: Don't rely on PSDK headers for MAILSLOT_NO_MESSAGE/MAILSLOT_WAIT_FOREVER
Modified:
trunk/reactos/drivers/filesystems/msfs/finfo.c
Modified: trunk/reactos/drivers/filesystems/msfs/finfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/f…
==============================================================================
--- trunk/reactos/drivers/filesystems/msfs/finfo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/msfs/finfo.c [iso-8859-1] Sat Nov 29 04:26:47 2008
@@ -13,6 +13,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 *****************************************************************/