From 388c42454ad593f8c201a0bc7c2b1bd18f21b1fe Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 29 Dec 2018 12:23:43 +0100 Subject: make it build with ansi it now actually works on Win95. WOHOO! --- alf/alf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index 5f7ce61..6d36aff 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -98,13 +98,13 @@ LRESULT ALF_DefWindowProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); HWND -ALF_AddLabel(HWND win, WORD id, UINT x, UINT y, const WCHAR *text); +ALF_AddLabel(HWND win, WORD id, UINT x, UINT y, const TCHAR *text); HWND -ALF_AddEdit(HWND win, WORD id, UINT x, UINT y, const WCHAR *text); +ALF_AddEdit(HWND win, WORD id, UINT x, UINT y, const TCHAR *text); HWND -ALF_AddButton(HWND win, WORD id, UINT x, UINT y, const WCHAR *text); +ALF_AddButton(HWND win, WORD id, UINT x, UINT y, const TCHAR *text); void ALF_SetDefaultButton(HWND win, WORD id); -- cgit v1.2.3