diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
