Browse Source

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

diafero 13 years ago
parent
commit
a8dec86847
  1. 1
      Sources/Tools/plResBrowser/res/plResBrowser.rc
  2. 1
      Sources/Tools/plResBrowser/res/resource.h

1
Sources/Tools/plResBrowser/res/plResBrowser.rc

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

1
Sources/Tools/plResBrowser/res/resource.h

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

Loading…
Cancel
Save