mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-19 20:12:10 +02:00
Uniformize G_PLATFORM_WIN32 and G_OS_WIN32 in glib-init.c
According to build system (meson.build file), G_PLATFORM_WIN32 and G_OS_WIN32 are synonym. This commit just unify the usage of this define to prepare for the static build conditional compilation code.
This commit is contained in:
parent
98880b9f99
commit
4fdbfcc9b7
@ -340,7 +340,7 @@ glib_init (void)
|
|||||||
g_error_init ();
|
g_error_init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (G_OS_WIN32)
|
#ifdef G_PLATFORM_WIN32
|
||||||
|
|
||||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL,
|
BOOL WINAPI DllMain (HINSTANCE hinstDLL,
|
||||||
DWORD fdwReason,
|
DWORD fdwReason,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user