--- /home/egon/Desktop/reactos/base/applications/write/write.c 2009-05-09 14:54:10.220230905 +0200 +++ /home/egon/Desktop/wine-1.1.21/programs/write/write.c 2009-05-08 19:33:02.000000000 +0200 @@ -28,7 +28,7 @@ static const WCHAR SZ_BACKSLASH[] = {'\\',0}; static const WCHAR SZ_WORDPAD[] = {'w','o','r','d','p','a','d','.','e','x','e',0}; -int CALLBACK wWinMain(HINSTANCE hInstance, HINSTANCE hOldInstance, LPWSTR szCmdParagraph, int res) +int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hOldInstance, LPSTR szCmdParagraph, int res) { WCHAR path[MAX_PATH]; STARTUPINFOW stinf;