Browse Source

enable svg also for console app on Windows

pre-master-46
Holger Vogt 5 years ago
parent
commit
43f3fceb75
  1. 5
      src/frontend/plotting/grid.c

5
src/frontend/plotting/grid.c

@ -17,9 +17,12 @@ Modified: 2001 AlansFixes
#include <stdlib.h>
#ifdef HAS_WINGUI
#if defined(_MSC_VER) || defined(__MINGW32__)
#undef BOOLEAN
#include <windows.h>
#endif
#ifdef HAS_WINGUI
typedef struct { /* Extra window data */
HWND wnd; /* window */
HDC hDC; /* Device context of window */

Loading…
Cancel
Save