From a67d7ca9e69799728801e30eff6af1adc7d2e53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 27 Jul 2022 22:31:29 +0200 Subject: Refactor thread/timer. --- c/resource.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'c/resource.h') diff --git a/c/resource.h b/c/resource.h index 8cf2230..3bf23b0 100644 --- a/c/resource.h +++ b/c/resource.h @@ -17,9 +17,8 @@ /* Resources, timers, menus. */ #define IDR_STATUS 0x0100 -#define IDR_TIMER 0x0101 -#define IDR_MENU 0x0102 -#define IDR_POPUPMENU 0x0103 +#define IDR_MENU 0x0101 +#define IDR_POPUPMENU 0x0102 /* Dialogs, controls, child windows. */ #define IDD_ABOUT 0x0200 -- cgit v1.2.3