I fixed something

This commit is contained in:
LazyByteDev
2026-03-02 06:44:31 -05:00
parent e817cdafb3
commit c719ff9cbb
14 changed files with 23 additions and 9 deletions

View File

@@ -844,6 +844,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
freopen("CONIN$", "r", stdin);
std::ios::sync_with_stdio(true);
#endif
UNREFERENCED_PARAMETER(hPrevInstance);
UNREFERENCED_PARAMETER(lpCmdLine);