mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 21:21:59 -04:00
Using WinMain now, can you GCC stop complaining?
Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
parent
cdc01a0aad
commit
8f38a97cb9
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma comment(lib, "comctl32.lib")
|
||||
|
||||
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) {
|
||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
|
||||
UNREFERENCED_PARAMETER(hInstance);
|
||||
UNREFERENCED_PARAMETER(hPrevInstance);
|
||||
UNREFERENCED_PARAMETER(lpCmdLine);
|
||||
|
|
Loading…
Reference in a new issue