forked from AuroraMiddleware/gtk
Merge branch 'fix_dllMain_win32' into 'gtk-3-24'
Fix dllMain win32 See merge request GNOME/gtk!4524
This commit is contained in:
commit
a17a0c5452
@ -49,6 +49,7 @@
|
||||
|
||||
static gboolean gdk_synchronize = FALSE;
|
||||
|
||||
#ifdef DLL_EXPORT
|
||||
BOOL WINAPI
|
||||
DllMain (HINSTANCE hinstDLL,
|
||||
DWORD dwReason,
|
||||
@ -58,6 +59,7 @@ DllMain (HINSTANCE hinstDLL,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
_gdk_win32_windowing_init (void)
|
||||
|
@ -41,6 +41,7 @@
|
||||
|
||||
static HMODULE gtk_dll;
|
||||
|
||||
#ifdef DLL_EXPORT
|
||||
BOOL WINAPI
|
||||
DllMain (HINSTANCE hinstDLL,
|
||||
DWORD fdwReason,
|
||||
@ -55,6 +56,7 @@ DllMain (HINSTANCE hinstDLL,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
static BOOL CALLBACK
|
||||
find_first_manifest (HMODULE module_handle,
|
||||
|
Loading…
Reference in New Issue
Block a user