fix building with standard development tools (nw)

This commit is contained in:
smf- 2014-01-10 21:25:23 +00:00
parent c2d61b01dc
commit c125c5eef9

View File

@ -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) \