mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
win32: Include ntdef.h for NTSTATUS
https://bugzilla.gnome.org/show_bug.cgi?id=756875
This commit is contained in:
parent
ad0f340c27
commit
975cb91085
@ -51,6 +51,10 @@
|
||||
|
||||
#define MODERN_API_FAMILY 2
|
||||
|
||||
#if WINAPI_FAMILY != MODERN_API_FAMILY
|
||||
# include <ntdef.h>
|
||||
#endif
|
||||
|
||||
#if WINAPI_FAMILY == MODERN_API_FAMILY
|
||||
/* This is for modern UI Builds, where we can't use LoadLibraryW()/GetProcAddress() */
|
||||
/* ntddk.h is found in the WDK, and MinGW */
|
||||
|
Loading…
Reference in New Issue
Block a user