mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix build (my fault now :P)
svn path=/trunk/; revision=16235
This commit is contained in:
parent
3e1728b45b
commit
610b6a4048
2 changed files with 2 additions and 5 deletions
|
@ -10,7 +10,7 @@ typedef LBN *PLBN;
|
|||
typedef ULONG VBN;
|
||||
typedef VBN *PVBN;
|
||||
|
||||
|
||||
#ifndef __USE_W32API
|
||||
typedef struct _LARGE_MCB
|
||||
{
|
||||
PFAST_MUTEX FastMutex;
|
||||
|
@ -23,7 +23,7 @@ typedef struct _LARGE_MCB
|
|||
typedef struct _MCB {
|
||||
LARGE_MCB LargeMcb;
|
||||
} MCB, *PMCB;
|
||||
|
||||
#endif
|
||||
|
||||
typedef struct _MAILSLOT_CREATE_PARAMETERS
|
||||
{
|
||||
|
|
|
@ -481,8 +481,6 @@ RtlZeroMemory (PVOID Destination, ULONG Length);
|
|||
|
||||
#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 @@ RtlZeroMemory (PVOID Destination, ULONG Length);
|
|||
|
||||
#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
|
||||
|
||||
|
|
Loading…
Reference in a new issue