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