win32: Add prototype for DllMain()
authorBenjamin Otte <otte@redhat.com>
Thu, 11 Mar 2010 17:36:32 +0000 (18:36 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 11 Mar 2010 17:37:24 +0000 (18:37 +0100)
gst/gst.c

index aa5e8fc..9d868c6 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -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)
 {