mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fixes in source code required for the NDK update.
svn path=/trunk/; revision=22551
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user