diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-05-21 09:10:53 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-05-21 09:10:53 +0100 |
| commit | 19aa3a5d4b1a24c747826c6aeb3acaa5673d03b3 (patch) | |
| tree | a24e5d655f0b72f908fbbc6df994541bf0b0ac80 /resource.h | |
| parent | b7124dc05e1a015b4b067a2b06e408c906146243 (diff) | |
| download | puzzles-19aa3a5d4b1a24c747826c6aeb3acaa5673d03b3.zip puzzles-19aa3a5d4b1a24c747826c6aeb3acaa5673d03b3.tar.gz puzzles-19aa3a5d4b1a24c747826c6aeb3acaa5673d03b3.tar.bz2 puzzles-19aa3a5d4b1a24c747826c6aeb3acaa5673d03b3.tar.xz | |
Remove leftover Windows CE cruft.
Thanks to Kaz Kylheku for pointing out that commit ff3e762fd007883
didn't do a complete job: I removed the code under '#ifdef _WIN32_WCE'
in windows.c, but missed sections under the same ifdef in puzzles.h
and puzzles.rc, together with an entire header file resource.h that
was only included by code under those ifdefs.
Diffstat (limited to 'resource.h')
| -rw-r--r-- | resource.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/resource.h b/resource.h deleted file mode 100644 index f0bfa16..0000000 --- a/resource.h +++ /dev/null @@ -1,20 +0,0 @@ - -#define IDR_MENUBAR1 101 - -#define ID_GAME 40005 -#define ID_TYPE 40006 - -#define IDS_CAP_GAME 40105 -#define IDS_CAP_TYPE 40106 - -#define IDD_ABOUT 2000 -#define IDC_ABOUT_CAPTION 2001 -#define IDC_ABOUT_LINE 2002 -#define IDC_ABOUT_GAME 2003 -#define IDC_ABOUT_VERSION 2004 - -#define IDD_CONFIG 2100 -#define IDC_CONFIG_CAPTION 2101 -#define IDC_CONFIG_LINE 2102 - -#define IDR_PADTOOLBAR 4000 |