From 0a128d0837966a97fb24115969e4d458a23a84d9 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 3 Jun 2012 12:19:13 +0200 Subject: [PATCH] Add resource.h This is the "Windows resource file", required by every Windows application --- src/windows/header/resource.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/windows/header/resource.h diff --git a/src/windows/header/resource.h b/src/windows/header/resource.h new file mode 100644 index 00000000..dfd82ef6 --- /dev/null +++ b/src/windows/header/resource.h @@ -0,0 +1,11 @@ +#define IDI_ICON1 101 + +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 103 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1000 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif +