Add resource.h

This is the "Windows resource file", required by every Windows
application
This commit is contained in:
Yamagi Burmeister 2012-06-03 12:19:13 +02:00
parent 0eb042555b
commit f0e23f199d
1 changed files with 11 additions and 0 deletions

View File

@ -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