mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +02:00
- load of changes to get things compiling under VC++ 2010 (with updated deps seperate for vc2010)
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
//the terms of the GNU General Public License as published by the Free Software
|
||||
//Foundation; either version 2 of the License, or (at your option) any later
|
||||
//version.
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include "platform_common.h"
|
||||
#include "cache_manager.h"
|
||||
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#ifdef WIN32
|
||||
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <winsock.h>
|
||||
#include <iphlpapi.h>
|
||||
#include <strstream>
|
||||
|
Reference in New Issue
Block a user