From 8ead043a524ffedc634663779a49730cc5da8d97 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 28 Dec 2018 22:55:27 +0100 Subject: create class name automatically --- alf/alf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alf.h') 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; -- cgit v1.2.3