build wordpad with unicode="yes/no"
[reactos.git] / reactos / base / applications / wordpad / wordpad.c
index 1fed9ae..cc96cb6 100644 (file)
@@ -4,9 +4,9 @@ HINSTANCE hInstance;
 HANDLE ProcessHeap;
 
 int WINAPI
-WinMain(HINSTANCE hThisInstance,
+_tWinMain(HINSTANCE hThisInstance,
         HINSTANCE hPrevInstance,
-        LPSTR lpCmdLine,
+        LPTSTR lpCmdLine,
         int nCmdShow)
 {
     LPTSTR lpAppName, lpVersion, lpTitle;