]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blobdiff - glib2-win32.patch
- updated to 2.52.3
[packages/crossmingw32-glib2.git] / glib2-win32.patch
index 826c342a2009dfa9bc40f0f8fafda004e42f2e7e..5472d5b8783411db15aac6e3d25f0d5abaad7ec0 100644 (file)
  typedef enum _KEY_INFORMATION_CLASS {
    KeyBasicInformation,
    KeyNodeInformation,
---- glib-2.46.1/glib/gwin32.c.orig     2015-10-14 15:04:10.000000000 +0200
-+++ glib-2.46.1/glib/gwin32.c  2015-10-16 18:30:22.408973356 +0200
-@@ -59,6 +59,9 @@
- #ifdef _MSC_VER
+--- glib-2.46.2/glib/gwin32.c.orig     2015-11-05 21:49:18.000000000 +0100
++++ glib-2.46.2/glib/gwin32.c  2015-11-08 14:51:02.152308457 +0100
+@@ -60,8 +60,12 @@
  #pragma comment (lib, "ntoskrnl.lib")
  #endif
-+
-+#else
+ #else
++#ifdef __MINGW32__
 +#include <ddk/ntddk.h>
++#else
+ #include <winternl.h>
  #endif
++#endif
  
  #include "glib.h"
+ #include "gthreadprivate.h"
This page took 0.081999 seconds and 4 git commands to generate.