mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r23980] Add "_" to VS define.
This commit is contained in:
parent
f1bb1129f3
commit
b5ad01c7e1
@ -343,7 +343,7 @@ SET (EXE_EXT "")
|
||||
IF (WIN32)
|
||||
SET (EXE_EXT ".exe")
|
||||
IF (NOT CYGWIN)
|
||||
ADD_DEFINITIONS (-DBIND_TO_CURRENT_VCLIBS_VERSION=1)
|
||||
ADD_DEFINITIONS (-D_BIND_TO_CURRENT_VCLIBS_VERSION=1)
|
||||
ADD_DEFINITIONS (-D_CRT_SECURE_NO_WARNINGS)
|
||||
ADD_DEFINITIONS (-D_CONSOLE)
|
||||
ENDIF (NOT CYGWIN)
|
||||
|
Loading…
Reference in New Issue
Block a user