mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
* added DllMain prototype to satisfy maintainer mode compiler error checking
https://bugzilla.gnome.org/show_bug.cgi?id=690835
This commit is contained in:
parent
4a0e1b3e6a
commit
8b357ec077
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user