]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blob - glib2-win32.patch
- updated to 2.42.1
[packages/crossmingw32-glib2.git] / glib2-win32.patch
1 --- glib-2.34.0/gio/gregistrysettingsbackend.c.orig     2012-08-19 16:39:53.000000000 +0200
2 +++ glib-2.34.0/gio/gregistrysettingsbackend.c  2012-09-26 17:54:44.204962755 +0200
3 @@ -233,7 +233,7 @@
4    if (result_code == ERROR_KEY_DELETED)
5      trace ("(%s)", win32_message);
6    else
7 -    g_message (win32_message);
8 +    g_message ("%s", win32_message);
9  };
10  
11  
12 --- glib-2.40.0/glib/grand.c.orig       2014-02-22 16:29:07.000000000 +0100
13 +++ glib-2.40.0/glib/grand.c    2014-03-25 18:45:39.693348981 +0100
14 @@ -55,6 +55,7 @@
15  #endif
16  
17  #ifdef G_OS_WIN32
18 +#include <windows.h>
19  #include <stdlib.h>
20  #endif
21  
This page took 0.029585 seconds and 3 git commands to generate.