mirror of
https://github.com/curl/curl.git
synced 2026-05-06 06:47:29 +03:00
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:
parent
038fe54e21
commit
b3401ddbad
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue