summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 6730445..5f7ce61 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -47,7 +47,7 @@ typedef struct {
#define ALF_WM_APPLYSIZE (ALF_WM__BASE + 12)
typedef struct {
- const WCHAR *className;
+ const TCHAR *className;
UINT classStyle;
ALFWindowVTable vtbl;
} ALFWindowClassParams;