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