mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
win32: Add prototype for DllMain()
This commit is contained in:
parent
8595981da4
commit
8fa19a360c
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ parse_debug_list (const gchar * list)
|
|||
#endif
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
|
||||
BOOL WINAPI
|
||||
DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue