diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:29:49 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:29:49 +0000 |
commit | 5931cf77f42c145640ed1b6c344ac790017aac1b (patch) | |
tree | deadbcf65b7427aac4ec3cfb662835a6bdac9479 /src/curl.rc | |
parent | 989aace19243f3a543ba45c030b56a9781631a29 (diff) | |
download | curl-5931cf77f42c145640ed1b6c344ac790017aac1b.tar.gz |
DEBUGBUILD / CURLDEBUG decoupling follow-up
Diffstat (limited to 'src/curl.rc')
-rw-r--r-- | src/curl.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl.rc b/src/curl.rc index fd29f1836..90c070c79 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -31,7 +31,7 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION RC_VERSION PRODUCTVERSION RC_VERSION FILEFLAGSMASK 0x3fL -#if defined(CURLDEBUG) || defined(_DEBUG) +#if defined(DEBUGBUILD) || defined(_DEBUG) FILEFLAGS 1 #else FILEFLAGS 0 |