* ntdll.h: Fix typo.
This commit is contained in:
parent
7f129d8753
commit
9f0d3f37f3
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-12 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* ntdll.h: Fix typo.
|
||||||
|
|
||||||
2003-01-12 Corinna Vinschen <corinna@vinschen.de>
|
2003-01-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.
|
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.
|
||||||
|
|
|
@ -333,7 +333,7 @@ typedef enum _MEMORY_INFORMATION_CLASS
|
||||||
MemoryBasicInformation,
|
MemoryBasicInformation,
|
||||||
MemoryWorkingSetList,
|
MemoryWorkingSetList,
|
||||||
MemorySectionName,
|
MemorySectionName,
|
||||||
MemoryBaiscVlmInformation
|
MemoryBasicVlmInformation
|
||||||
} MEMORY_INFORMATION_CLASS;
|
} MEMORY_INFORMATION_CLASS;
|
||||||
|
|
||||||
typedef struct _MEMORY_WORKING_SET_LIST
|
typedef struct _MEMORY_WORKING_SET_LIST
|
||||||
|
|
Loading…
Reference in New Issue