mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00: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"
|
#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,
|
G_DEFINE_TYPE (ClutterBackendWin32, clutter_backend_win32,
|
||||||
CLUTTER_TYPE_BACKEND);
|
CLUTTER_TYPE_BACKEND);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user