* ntdll.h: Fix typo.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user