Skip to content

Commit

Permalink
some initializing code
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Dec 28, 2023
1 parent d7a11fa commit a9058d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#ifdef _APPLE_
#include "macport.h"
#else
#include <string.h>
#include "linuxport.h"
#endif //_APPLE_
#endif //_WINDOWS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ HANDLE CreateNamedPipe(char *name) //createNamedPipe and wait
{
OutputDebugString((char*)"Connection attempt\n");
struct sockaddr_un addr_client;
socklen_t clisize;
socklen_t clisize=sizeof(addr_client);
int a=-1;


Expand Down

0 comments on commit a9058d8

Please sign in to comment.