Added two defs for Resedit to work correctly with the resource file.

(Reminder: I plan to remake the tools and I'll use Resedit as my VS2008 is Express and doesn't have resource edition)
This commit is contained in:
luigi__ 2009-02-03 20:49:01 +00:00
parent a67566b01f
commit c0606403cf
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,14 @@ extern "C" {
#define IDC_STATIC (-1)
#endif
#ifndef WC_LISTVIEW
#define WC_LISTVIEW "SysListView32"
#endif
#ifndef UPDOWN_CLASS
#define UPDOWN_CLASS "msctls_updown32"
#endif
#ifdef __cplusplus
}
#endif