fixed warnings
This commit is contained in:
parent
b22309383d
commit
1612984aa0
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -32,8 +32,8 @@ static void saveRegistry() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int iShowCmd) {
|
int PASCAL WinMain(HINSTANCE /*hInst*/, HINSTANCE /*hPrevInst*/, LPSTR /*lpCmdLine*/, int /*iShowCmd*/) {
|
||||||
main(0, NULL);
|
return main(0, NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue