w32_map_wparam_to_app_key, todo, api

This commit is contained in:
krzosa
2024-12-29 10:54:28 +01:00
parent fddbbb9654
commit d7c5b72bb9
8 changed files with 121 additions and 119 deletions

View File

@@ -18,7 +18,7 @@ int main(int argc, char **argv) {
bool run_server = false;
bool core_test_target = false;
bool wasm_target = true;
bool win32_target = false;
bool win32_target = true;
if (run_server) {
os_systemf("start /D ..\\package ..\\package\\run_server.bat");