summaryrefslogtreecommitdiff
path: root/alf/alfedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alfedit.cpp')
-rw-r--r--alf/alfedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alf/alfedit.cpp b/alf/alfedit.cpp
index df902e9..7c247b1 100644
--- a/alf/alfedit.cpp
+++ b/alf/alfedit.cpp
@@ -52,10 +52,10 @@ ALF__EditSubclassProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_P
}
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 hwndEdit = CreateWindowEx(WS_EX_CLIENTEDGE,
- L"EDIT",
+ TEXT("EDIT"),
text,
WS_CHILD | WS_VISIBLE | WS_TABSTOP,
0, 0, 100, 100,