[ros-diffs] [ion] 16235: Fix build (my fault now :P)

ion at svn.reactos.com ion at svn.reactos.com
Thu Jun 23 05:24:50 CEST 2005


Fix build (my fault now :P)
Modified: trunk/reactos/include/ntos/fstypes.h
Modified: trunk/reactos/include/ntos/rtl.h
  _____  

Modified: trunk/reactos/include/ntos/fstypes.h
--- trunk/reactos/include/ntos/fstypes.h	2005-06-23 03:18:20 UTC
(rev 16234)
+++ trunk/reactos/include/ntos/fstypes.h	2005-06-23 03:24:42 UTC
(rev 16235)
@@ -10,7 +10,7 @@

 typedef ULONG VBN;
 typedef VBN *PVBN;
 
-
+#ifndef __USE_W32API
 typedef struct _LARGE_MCB
 {
   PFAST_MUTEX FastMutex;
@@ -23,8 +23,8 @@
 typedef struct _MCB {
     LARGE_MCB LargeMcb;
 } MCB, *PMCB;
+#endif
 
-
 typedef struct _MAILSLOT_CREATE_PARAMETERS 
 {
     ULONG           MailslotQuota;
  _____  

Modified: trunk/reactos/include/ntos/rtl.h
--- trunk/reactos/include/ntos/rtl.h	2005-06-23 03:18:20 UTC (rev
16234)
+++ trunk/reactos/include/ntos/rtl.h	2005-06-23 03:24:42 UTC (rev
16235)
@@ -481,8 +481,6 @@

 
 #define SHORT_SIZE	(sizeof(USHORT))
 #define SHORT_MASK	(SHORT_SIZE-1)
-#define LONG_SIZE	(sizeof(ULONG))
-#define LONG_MASK	(LONG_SIZE-1)
 #define LOWBYTE_MASK	0x00FF
 
 #define FIRSTBYTE(Value)	((Value) & LOWBYTE_MASK)
@@ -502,7 +500,6 @@
 
 #define NLS_ANSI_CODE_PAGE       NlsAnsiCodePage
 #define NLS_LEAD_BYTE_INFO       NlsLeadByteInfo
-#define NLS_MB_CODE_PAGE_TAG     NlsMbCodePageTag
 #define NLS_MB_OEM_CODE_PAGE_TAG NlsMbOemCodePageTag
 #define NLS_OEM_LEAD_BYTE_INFO   NlsOemLeadByteInfo
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050623/c71d82af/attachment.html


More information about the Ros-diffs mailing list