* include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
This commit is contained in:
Danny Smith
2004-08-15 08:51:20 +00:00
parent 252dd88138
commit 18cff5fa2b
2 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern "C" {
#define WC_LISTVIEWW L"SysListView32"
#define WC_TABCONTROLA "SysTabControl32"
#define WC_TABCONTROLW L"SysTabControl32"
#define WC_TREEVIEWA ("SysTreeView32")
#define WC_TREEVIEWA "SysTreeView32"
#define WC_TREEVIEWW L"SysTreeView32"
#define WC_HEADERA "SysHeader32"
#define WC_HEADERW L"SysHeader32"