Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / pkg-config / patches / patch-glib_glib_gutils.h
blob3288185778b4d991a5f466eed296a4ee025b8bb2
1 $NetBSD$
3 * from glib2.0.cygport 2.32.1-not-win32.patch
5 --- glib/glib/gutils.h.orig 2012-10-13 14:35:36.000000000 +0000
6 +++ glib/glib/gutils.h
7 @@ -342,7 +342,7 @@ G_END_DECLS
8 * On non-Windows platforms, expands to nothing.
9 */
11 -#ifndef G_PLATFORM_WIN32
12 +#ifndef G_OS_WIN32
13 # define G_WIN32_DLLMAIN_FOR_DLL_NAME(static, dll_name)
14 #else
15 # define G_WIN32_DLLMAIN_FOR_DLL_NAME(static, dll_name) \
16 @@ -370,6 +370,6 @@ DllMain (HINSTANCE hinstDLL, \
18 #endif /* !G_DISABLE_DEPRECATED */
20 -#endif /* G_PLATFORM_WIN32 */
21 +#endif /* G_OS_WIN32 */
23 #endif /* __G_UTILS_H__ */