diff --git a/src/Keyboard.cpp b/src/Keyboard.cpp index 6caf683..facdebe 100644 --- a/src/Keyboard.cpp +++ b/src/Keyboard.cpp @@ -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);