Skip to content

Commit

Permalink
CLIENT-MENU: Fix windows compilation
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
KitetsuK committed Nov 5, 2023
1 parent 2a7d1c8 commit fbd83c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nitwork/NitworkClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ namespace Nitwork {
return;
}
#ifdef _WIN32
std::string winName = "'" + name + "'";
std::basic_ostringstream<TCHAR> cmdline;
cmdline << _T(ResourcesManager::convertPath("./r-type_server.exe").c_str()) << _T(" 0 ")
<< _T(" ") << _T(port);
Expand Down

0 comments on commit fbd83c5

Please sign in to comment.