Fix Res(s)ource typo and add an explanation for the new STDInclude defines.

Signed-off-by: /dev/urandom <iw4x-dev-urandom@protonmail.com>
This commit is contained in:
/dev/urandom 2016-03-15 01:03:29 +01:00
parent 43c4e9133a
commit b289aa7a27
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// //
#pragma code_page(65001) #pragma code_page(65001)
#define RESSOURCE_DATA #define RESOURCE_DATA
#include "STDInclude.hpp" #include "STDInclude.hpp"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS

View File

@ -3,7 +3,7 @@
// Version number // Version number
#include <version.hpp> #include <version.hpp>
#ifndef RESSOURCE_DATA #ifndef RESOURCE_DATA
// Disable irrelevant warnings // Disable irrelevant warnings
#pragma warning(disable: 4100) // Unreferenced parameter (steam has to have them and other stubs as well, due to their calling convention) #pragma warning(disable: 4100) // Unreferenced parameter (steam has to have them and other stubs as well, due to their calling convention)
@ -120,9 +120,10 @@
// Enable unit-test flag for release builds // Enable unit-test flag for release builds
//#define FORCE_UNIT_TESTS //#define FORCE_UNIT_TESTS
// Ressource stuff // Resource stuff
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS #ifndef APSTUDIO_READONLY_SYMBOLS
// Defines below make accessing the resources from the code easier.
#define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001 #define _APS_NEXT_CONTROL_VALUE 1001