Fixed cygwin compile
This commit is contained in:
committed by
Dominik Heidler
parent
261bbd3fc0
commit
9d263d7c83
@@ -35,6 +35,11 @@
|
||||
#ifndef TOOLS_HTTP_UPLOAD_H
|
||||
#define TOOLS_HTTP_UPLOAD_H
|
||||
|
||||
#ifdef PLATFORM_CYGWIN
|
||||
#define SOCKET int
|
||||
#endif
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
// forward -> ui/win_types.h
|
||||
|
||||
Reference in New Issue
Block a user