mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 03:41:03 +00:00
- fixed compilation of non-Windows targets
This commit is contained in:
parent
fff8b4371b
commit
4f53ca5c5a
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ static void* LinuxProcAddress(const char* name)
|
|||
return ret;
|
||||
}
|
||||
|
||||
#else
|
||||
#elif defined _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -108,4 +108,4 @@ namespace OpenGLESRenderer
|
|||
gles.numlightvectors = (gles.maxlights * 4) + 1; // maxlights lights, + size vector at the beginning
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue