mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-07 12:31:49 +02:00
Fix windows compile.
This commit is contained in:
parent
ae7409bf52
commit
8b9b77dd60
@ -1,4 +1,8 @@
|
|||||||
#include "core/version.h"
|
#include "core/version.h"
|
||||||
|
#ifndef _STR
|
||||||
|
#define _STR(m_x) #m_x
|
||||||
|
#define _MKSTR(m_x) _STR(m_x)
|
||||||
|
#endif
|
||||||
|
|
||||||
PANDEMONIUM_ICON ICON platform/windows/pandemonium.ico
|
PANDEMONIUM_ICON ICON platform/windows/pandemonium.ico
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user