mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 17:41:19 +00:00
- Fixed compilation for non windows targets.
This commit is contained in:
parent
016d7e5293
commit
99c7be3f2e
1 changed files with 4 additions and 0 deletions
|
@ -31,7 +31,11 @@
|
|||
|
||||
extern bool setsizeneeded;
|
||||
extern int currentrenderer;
|
||||
#ifdef _WIN32
|
||||
extern int currentcanvas;
|
||||
#else
|
||||
int currentcanvas = -1;
|
||||
#endif
|
||||
|
||||
EXTERN_CVAR(Int, vid_aspect)
|
||||
|
||||
|
|
Loading…
Reference in a new issue