Skip to content

Commit aac060e

Browse files
committed
numbered resources for icons
1 parent ff432ba commit aac060e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

nsfplay/nsfplay.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "resource.h"
22

3-
IDI_NSFPLAY_ICO ICON "../icons/nsfplay.ico"
4-
IDI_FAMICOM_ICO ICON "../icons/famicom.ico"
3+
IDI_NSFPLAY ICON "../icons/nsfplay.ico"
4+
IDI_FAMICOM ICON "../icons/famicom.ico"

nsfplay/resource.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
#define IDI_NSFPLAY_ICO 101
1+
2+
#define IDI_NSFPLAY 101
3+
#define IDI_FAMICOM 102

0 commit comments

Comments
 (0)