use unicode directive
[reactos.git] / rosapps / winver / winver.c
index b985554..3514b26 100644 (file)
@@ -1,8 +1,8 @@
 #include <windows.h>
 #include <tchar.h>
 
-int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
-  static const WCHAR szROS[] = { 'R','e','a','c','t','O','S','\n',0 };
+int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) {
+  static const WCHAR szROS[] = { 'R','e','a','c','t','O','S',0 };
   UNREFERENCED_PARAMETER(lpCmdLine);
   UNREFERENCED_PARAMETER(nCmdShow);
   UNREFERENCED_PARAMETER(hPrevInstance);