Added some Linux fixes that were needed after the last commit.
SVN r327 (trunk)
This commit is contained in:
parent
c412b42703
commit
76e94bde6b
6 changed files with 8 additions and 15 deletions
|
|
@ -37,6 +37,7 @@
|
|||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# include <winsock.h>
|
||||
#define USE_WINDOWS_DWORD
|
||||
#else
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
|
|
@ -47,7 +48,6 @@
|
|||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#define USE_WINDOWS_DWORD
|
||||
#include "doomtype.h"
|
||||
#include "i_system.h"
|
||||
#include "d_event.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue