Make some compilers more happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2762
This commit is contained in:
parent
29a8ba31c1
commit
c05b3e6810
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "misc_util.h"
|
||||
|
||||
#if C_MODEM
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -24,6 +22,9 @@ typedef int socklen_t;
|
|||
#define CAPWORD NETWRAPPER_TCP
|
||||
#endif
|
||||
|
||||
#include "misc_util.h"
|
||||
|
||||
|
||||
struct _TCPsocketX {
|
||||
int ready;
|
||||
SOCKET channel;
|
||||
|
|
|
@ -27,7 +27,7 @@ class TCPClientSocket {
|
|||
TCPClientSocket(TCPsocket source);
|
||||
TCPClientSocket(const char* destination, Bit16u port);
|
||||
#ifdef NATIVESOCKETS
|
||||
void* nativetcpstruct;
|
||||
Bit8u* nativetcpstruct;
|
||||
TCPClientSocket(int platformsocket);
|
||||
#endif
|
||||
~TCPClientSocket();
|
||||
|
|
Loading…
Add table
Reference in a new issue