2007-12-19 Tomas Frydrych <tf@openedhand.com>

* clutter/Makefile.am:
	* clutter/cogl/gl/cogl-defines.h.in:
	* clutter/pango/pangoclutter-render.c:
	* configure.ac:
	Fixes to allow cross-compilation with mingw (patch by Neil
	Roberts).
	Removed trailing whitespace.
This commit is contained in:
Tomas Frydrych 2007-12-19 16:16:10 +00:00
parent 530fca4b87
commit 0e391f1194

View File

@ -29,7 +29,7 @@
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>
#include <GL/Glee.h> #include <GL/GLee.h>
#else #else