- Fixes in source code required for the NDK update.

svn path=/trunk/; revision=22551
This commit is contained in:
Alex Ionescu
2006-06-23 21:25:11 +00:00
parent b3653a9abd
commit 8cd72eb3cd
7 changed files with 14 additions and 16 deletions
+1 -7
View File
@@ -30,6 +30,7 @@
#include "ntddk.h"
#define _NTIFS_INCLUDED_
#ifdef __cplusplus
extern "C" {
#endif
@@ -2948,13 +2949,6 @@ HalDisplayString (
IN PCHAR String
);
NTHALAPI
VOID
NTAPI
HalQueryRealTimeClock (
IN OUT PTIME_FIELDS TimeFields
);
NTHALAPI
VOID
NTAPI
+3
View File
@@ -925,6 +925,8 @@ typedef struct _MEMORYSTATUSEX {
DWORDLONG ullAvailExtendedVirtual;
} MEMORYSTATUSEX, *LPMEMORYSTATUSEX;
#endif
#ifndef _LDT_ENTRY_DEFINED
#define _LDT_ENTRY_DEFINED
typedef struct _LDT_ENTRY {
WORD LimitLow;
WORD BaseLow;
@@ -949,6 +951,7 @@ typedef struct _LDT_ENTRY {
} Bits;
} HighWord;
} LDT_ENTRY,*PLDT_ENTRY,*LPLDT_ENTRY;
#endif
typedef struct _PROCESS_HEAP_ENTRY {
PVOID lpData;
DWORD cbData;
+1 -1
View File
@@ -906,7 +906,7 @@ typedef enum
#define HEAP_TAIL_CHECKING_ENABLED 32
#define HEAP_FREE_CHECKING_ENABLED 64
#define HEAP_DISABLE_COALESCE_ON_FREE 128
#define HEAP_CREATE_ALIGN_16 0x0000
#define HEAP_CREATE_ALIGN_16 0x10000
#define HEAP_CREATE_ENABLE_TRACING 0x20000
#define HEAP_MAXIMUM_TAG 0xFFF
#define HEAP_PSEUDO_TAG_FLAG 0x8000