From 5931cf77f42c145640ed1b6c344ac790017aac1b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 15 Jun 2009 02:29:49 +0000 Subject: DEBUGBUILD / CURLDEBUG decoupling follow-up --- lib/libcurl.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libcurl.rc') diff --git a/lib/libcurl.rc b/lib/libcurl.rc index 161a45df7..433deb995 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, , 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 -- cgit v1.2.3