mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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 ();
|
||||
}
|
||||
|
||||
#if defined (G_OS_WIN32)
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL,
|
||||
DWORD fdwReason,
|
||||
|
Loading…
Reference in New Issue
Block a user