mirror of https://github.com/PCSX2/pcsx2.git
VS2015: Fix w32pthreads and xpad
This commit is contained in:
parent
9d1674db99
commit
e20768d257
|
@ -118,6 +118,10 @@
|
|||
# pragma comment(lib, "pthread")
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1900
|
||||
# define HAVE_STRUCT_TIMESPEC 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
* -------------------------------------------------------------
|
||||
*
|
||||
|
|
|
@ -49,10 +49,8 @@
|
|||
#include <vector>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <hash_map>
|
||||
|
||||
using namespace std;
|
||||
using namespace stdext;
|
||||
|
||||
extern string format(const char* fmt, ...);
|
||||
|
||||
|
|
Loading…
Reference in New Issue