Changed: #845 Don't check for MS STL headers if STLport is used
This commit is contained in:
parent
091e2ea9d5
commit
3e1b1fa0cc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
// Operating systems definition
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
# define NL_OS_WINDOWS
|
||||
# define NL_LITTLE_ENDIAN
|
||||
# define NL_CPU_INTEL
|
||||
|
|
Loading…
Reference in a new issue