Take in account that it can be built with compiler debug info and

without the curl memory debugging leak detection code enabled.
This commit is contained in:
Yang Tse 2007-04-13 08:22:56 +00:00
parent 038fe54e21
commit b3401ddbad
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION RC_VERSION
PRODUCTVERSION RC_VERSION
FILEFLAGSMASK 0x3fL
#if CURLDEBUG
#if defined(CURLDEBUG) || defined(_DEBUG)
FILEFLAGS 1
#else
FILEFLAGS 0

View File

@ -31,7 +31,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION RC_VERSION
PRODUCTVERSION RC_VERSION
FILEFLAGSMASK 0x3fL
#if CURLDEBUG
#if defined(CURLDEBUG) || defined(_DEBUG)
FILEFLAGS 1
#else
FILEFLAGS 0