Skip to content

Commit ca4b30e

Browse files
committed
fix release icon
1 parent 793c6a6 commit ca4b30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progmgr/resource.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2121

2222
/* Icon Library */
2323
// Primary
24-
#ifdef NDEBUG
24+
#ifndef _DEBUG
2525
IDI_PROGMGR ICON icons\progmgr.ico
2626
#else
2727
IDI_PROGMGR ICON icons\progmgrd.ico

0 commit comments

Comments
 (0)