X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rosapps%2Fwinver%2Fwinver.c;h=3514b26514c15106d733926abefa6396e4e908f7;hp=8b6ad324b564a4cfde59d588b175485cadb8d007;hb=812a9e4d7b444d7ce8da73850e003a31ff4f8fe8;hpb=c03ea6d0ce21a15bfa89b79b316084a87ade0c4f diff --git a/rosapps/winver/winver.c b/rosapps/winver/winver.c index 8b6ad324b56..3514b26514c 100644 --- a/rosapps/winver/winver.c +++ b/rosapps/winver/winver.c @@ -1,7 +1,7 @@ #include #include -int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { +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);