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:
parent
a67566b01f
commit
c0606403cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue