fix for building windows/mingw

This commit is contained in:
Campbell Barton 2011-05-02 14:18:47 +00:00
parent 14d7d480df
commit e910bf1ef5

@ -41,6 +41,10 @@
#include <iostream> #include <iostream>
#ifdef FREE_WINDOWS
# define _WIN32_WINNT 0x0500 /* GetConsoleWindow() for MinGW */
#endif
#include "GHOST_SystemWin32.h" #include "GHOST_SystemWin32.h"
#include "GHOST_EventDragnDrop.h" #include "GHOST_EventDragnDrop.h"