Skip to content

Commit

Permalink
0.0.1 Fix x86
Browse files Browse the repository at this point in the history
  • Loading branch information
love-code-yeyixiao committed Sep 20, 2024
1 parent 2e463a9 commit 20da611
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@
/PrivateChatServer/x64/Debug
/PrivateChatClient/x64/Debug
/.vs/PrivateChat/v17
/PrivateChatClient/Release/PrivateC.AD055C4C.tlog
/PrivateChatClient/Release
/PrivateChatClient/x64/Release
/PrivateChatServer/Release
/PrivateChatServer/x64/Release
/Release
/x64/Release
*.sqlite
4 changes: 2 additions & 2 deletions PrivateChatServer/PrivateChatServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ std::string& trimHE(std::string& s)
std::list<char*> OnlineList;
UINT_PTR timerid = 0;
mutex m;
void CheckOnline(
void CALLBACK CheckOnline(
HWND unnamedParam1,
UINT unnamedParam2,
UINT_PTR unnamedParam3,
Expand Down Expand Up @@ -351,7 +351,7 @@ int main()
cout << "Initalize Winsock2...\n";
BOOL ifShowIP = FALSE,ifShowTime=FALSE,ifUseSecure=FALSE,ifAllowMulti=FALSE,ifUseToken=FALSE, ifDenyCapture=FALSE;
cout << "Do you want to show Client IP?Input \"1\" and Enter to do that.\n";
int a,b,d,e,f,g;
int a,b,d,e,f,g,h;
string c;
cin >> a;
if (a == 1) ifShowIP = TRUE;
Expand Down

0 comments on commit 20da611

Please sign in to comment.