We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793c6a6 commit ca4b30eCopy full SHA for ca4b30e
progmgr/resource.rc
@@ -21,7 +21,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21
22
/* Icon Library */
23
// Primary
24
-#ifdef NDEBUG
+#ifndef _DEBUG
25
IDI_PROGMGR ICON icons\progmgr.ico
26
#else
27
IDI_PROGMGR ICON icons\progmgrd.ico
0 commit comments