include windows.h. fix compilation when cross-compiling on linux

patch from Lars Munch


SVN revision: 38990
This commit is contained in:
Vincent Torri 2009-02-10 07:53:16 +00:00
parent 0e36edbdfc
commit 757c5e757e
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
#include "Ecore.h"
#include "ecore_private.h"
#ifdef BUILD_ECORE_EVAS_WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
# include "Ecore_Win32.h"
# include "ecore_win32_private.h"
#endif /* BUILD_ECORE_EVAS_WIN32 */