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 75425ce987
commit 0a128d0837

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