Fix dllMain win32
This commit is contained in:

committed by
Luca Bacci

parent
07d847d174
commit
d13e05be93
@ -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,
|
||||
|
Reference in New Issue
Block a user