fixed warnings

This commit is contained in:
Pawel Kolodziejski 2003-08-21 07:40:45 +00:00
parent b22309383d
commit 1612984aa0

View file

@ -32,8 +32,8 @@ static void saveRegistry() {
}
#ifdef WIN32
int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int iShowCmd) {
main(0, NULL);
int PASCAL WinMain(HINSTANCE /*hInst*/, HINSTANCE /*hPrevInst*/, LPSTR /*lpCmdLine*/, int /*iShowCmd*/) {
return main(0, NULL);
}
#endif