mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fix building with standard development tools (nw)
This commit is contained in:
parent
c2d61b01dc
commit
c125c5eef9
@ -60,7 +60,11 @@ typedef UINT8 netlist_sig_t;
|
||||
// General Macros
|
||||
//============================================================
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#define HAS_OPENMP ( _OPENMP >= 200805 )
|
||||
#else
|
||||
#define HAS_OPENMP (0)
|
||||
#endif
|
||||
|
||||
// prevent implicit copying
|
||||
#define NETLIST_PREVENT_COPYING(_name) \
|
||||
|
Loading…
Reference in New Issue
Block a user