mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Hopefully fix running mame on windows.
This commit is contained in:
parent
c7db71947a
commit
34508e8ce8
@ -10,7 +10,7 @@
|
||||
pblockpool *pstring::m_pool = new pblockpool;
|
||||
pstring::str_t *pstring::m_zero = new(*pstring::m_pool, 0) pstring::str_t(0);
|
||||
|
||||
#define IMMEDIATE_MODE (0)
|
||||
#define IMMEDIATE_MODE (1)
|
||||
#define DEBUG_MODE (0)
|
||||
|
||||
pstring::~pstring()
|
||||
|
Loading…
Reference in New Issue
Block a user