Windows Fix include for win32helpers
The installed headers are all in the same directory, so no relative path possible there. The cmake files already add the win32helpers directory to the include paths, so this builds just fine.
This commit is contained in:
parent
7e8674007d
commit
fe8589c07c
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ extern "C" {
|
|||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <stddef.h>
|
||||
#include "../win32port/win32helpers/websock-w32.h"
|
||||
#include "websock-w32.h"
|
||||
|
||||
#include "../win32port/win32helpers/gettimeofday.h"
|
||||
#include "gettimeofday.h"
|
||||
|
||||
#define strcasecmp stricmp
|
||||
#define getdtablesize() 30000
|
||||
|
|
Loading…
Add table
Reference in a new issue