enable svg also for console app on Windows
This commit is contained in:
parent
2f2db20305
commit
43f3fceb75
|
|
@ -17,9 +17,12 @@ Modified: 2001 AlansFixes
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef HAS_WINGUI
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#undef BOOLEAN
|
#undef BOOLEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAS_WINGUI
|
||||||
typedef struct { /* Extra window data */
|
typedef struct { /* Extra window data */
|
||||||
HWND wnd; /* window */
|
HWND wnd; /* window */
|
||||||
HDC hDC; /* Device context of window */
|
HDC hDC; /* Device context of window */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue