libpurple/win32/win32dep.c

changeset 15782
f2da034243cd
parent 15435
4b933b06d75e
child 15884
4de1981757fc
--- a/libpurple/win32/win32dep.c	Mon Feb 26 01:11:44 2007 +0000
+++ b/libpurple/win32/win32dep.c	Mon Feb 26 03:19:35 2007 +0000
@@ -588,6 +588,8 @@
 }
 
 /* DLL initializer */
+/* suppress gcc "no previous prototype" warning */
+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
 	libgaimdll_hInstance = hinstDLL;
 	return TRUE;

mercurial