mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-25 20:24:20 -04:00
vlmcsd-svn1031-2016-10-06-Hotbird64
This commit is contained in:
parent
0b2c216c06
commit
d413afbadf
54 changed files with 2404 additions and 737 deletions
|
@ -13,6 +13,13 @@
|
|||
#include "types.h"
|
||||
#include "output.h"
|
||||
|
||||
#if _MSC_VER
|
||||
//typedef signed char int_fast8_t;
|
||||
//typedef unsigned char BYTE;
|
||||
//typedef UINT_PTR size_t;
|
||||
//typedef unsigned long DWORD;
|
||||
#define STDIN_FILENO 0
|
||||
#endif
|
||||
|
||||
int_fast8_t sendrecv(SOCKET sock, BYTE *data, int len, int_fast8_t do_send);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue