mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 13:23:59 +02:00
- load of changes to get things compiling under VC++ 2010 (with updated deps seperate for vc2010)
This commit is contained in:
@@ -12,10 +12,15 @@
|
||||
#ifndef _SHARED_PLATFORMCOMMON_MINIFTPSERVERTHREAD_H_
|
||||
#define _SHARED_PLATFORMCOMMON_MINIFTPSERVERTHREAD_H_
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include "base_thread.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "types.h"
|
||||
#include "data_types.h"
|
||||
#include "socket.h"
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
Reference in New Issue
Block a user