From ca4b30e1d724502d4b49a0878521fa8e073d30dd Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Mon, 21 Oct 2024 00:25:27 -0600 Subject: [PATCH] fix release icon --- progmgr/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progmgr/resource.rc b/progmgr/resource.rc index 9090652..c0c7040 100644 --- a/progmgr/resource.rc +++ b/progmgr/resource.rc @@ -21,7 +21,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL /* Icon Library */ // Primary -#ifdef NDEBUG +#ifndef _DEBUG IDI_PROGMGR ICON icons\progmgr.ico #else IDI_PROGMGR ICON icons\progmgrd.ico