Commit b3401ddb authored by Yang Tse's avatar Yang Tse
Browse files

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

without the curl memory debugging leak detection code enabled.
parent 038fe54e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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