2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

make plResBrowser compile without afxres.h (for VS Express)

This commit is contained in:
diafero
2011-08-22 18:20:12 +02:00
parent 6a8a77e3ff
commit a8dec86847
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#include "afxres.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

View File

@ -46,6 +46,7 @@
#define IDC_LOCAL_ONLY 1025
#define IDC_BUILTIN 1026
#define IDC_VOLATILE 1027
#define ID_FILE_OPEN 40001
#define ID_FILE_EXIT 40002
#define ID_FILE_OPENDIRECTORY 40003
#define ID_FILE_ABOUT 40004