* added DllMain prototype to satisfy maintainer mode compiler error checking

https://bugzilla.gnome.org/show_bug.cgi?id=690835
This commit is contained in:
Wouter Paesen 2012-12-28 21:12:05 +01:00 committed by Emmanuele Bassi
parent 4a0e1b3e6a
commit 8b357ec077

View File

@ -39,6 +39,11 @@
#include "cogl/cogl.h"
/* prototype decleration for DllMain to satisfy compiler checking in
* maintainer mode build.
*/
BOOL WINAPI DllMain (HINSTANCE hinst, DWORD reason, LPVOID reserved);
G_DEFINE_TYPE (ClutterBackendWin32, clutter_backend_win32,
CLUTTER_TYPE_BACKEND);