зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1430149 - Fix NtUndoc.h on mingw. r=aklotz
mingw headers declare both ObjectNameInformation and OBJECT_NAME_INFORMATION, which conflicts with local definitions.
This commit is contained in:
Родитель
3fb331d4d4
Коммит
5b9bc7c151
|
@ -44,11 +44,13 @@ struct SYSTEM_HANDLE_INFORMATION_EX {
|
|||
SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX mHandles[1];
|
||||
};
|
||||
|
||||
#ifndef __MINGW32__
|
||||
enum UndocObjectInformationClass { ObjectNameInformation = 1 };
|
||||
|
||||
struct OBJECT_NAME_INFORMATION {
|
||||
UNICODE_STRING mName;
|
||||
};
|
||||
#endif
|
||||
|
||||
// The following declarations are documented on MSDN but are not included in
|
||||
// public user-mode headers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче