mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
astub.cpp: fix issue where globalpal was not declared if polymost.h was not included
git-svn-id: https://svn.eduke32.com/eduke32@6916 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
054f25d7ef
commit
e75e8cc4aa
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
extern const char *s_buildRev;
|
extern const char *s_buildRev;
|
||||||
extern const char *s_buildTimestamp;
|
extern const char *s_buildTimestamp;
|
||||||
|
|
||||||
|
extern int32_t globalpal;
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
// Workaround for namespace pollution in <sys/stat.h> introduced in MinGW 4.8.
|
// Workaround for namespace pollution in <sys/stat.h> introduced in MinGW 4.8.
|
||||||
|
|
Loading…
Reference in a new issue