mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
parent
8ff2064fe5
commit
c2866ea4ed
@ -22,7 +22,7 @@
|
||||
#include "executionEnvironment.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <Tlhelp32.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "xInputDevice.h"
|
||||
|
||||
#include <CfgMgr32.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <devpkey.h>
|
||||
|
||||
class WinRawInputDevice;
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#if defined(_WIN32) && !defined(CPPPARSER)
|
||||
|
||||
#include <CfgMgr32.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <devpkey.h>
|
||||
#include "phidsdi.h"
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
#include "inputDeviceManager.h"
|
||||
#include "string_utils.h"
|
||||
|
||||
#include <XInput.h>
|
||||
#include <CfgMgr32.h>
|
||||
#include <xinput.h>
|
||||
#include <cfgmgr32.h>
|
||||
|
||||
#ifndef XUSER_MAX_COUNT
|
||||
#define XUSER_MAX_COUNT 4
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#if defined(_WIN32) && !defined(CPPPARSER)
|
||||
|
||||
#include <CfgMgr32.h>
|
||||
#include <cfgmgr32.h>
|
||||
|
||||
class InputDeviceManager;
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
#if defined(WIN32)
|
||||
#define WINDOWS_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <winsock2.h>
|
||||
#include <wtypes.h>
|
||||
#undef WINDOWS_LEAN_AND_MEAN
|
||||
#else
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifdef HAVE_OPENSSL
|
||||
|
||||
#if defined(WIN32_VC) || defined(WIN64_VC)
|
||||
#include <WinSock2.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h> // for WSAGetLastError()
|
||||
#undef X509_NAME
|
||||
#endif // WIN32_VC
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "openSSLWrapper.h"
|
||||
|
||||
#if defined(WIN32_VC) || defined(WIN64_VC)
|
||||
#include <WinSock2.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h> // for select()
|
||||
#undef X509_NAME
|
||||
#endif // WIN32_VC
|
||||
|
@ -53,7 +53,7 @@ typedef unsigned long SOCKET;
|
||||
************************************************************************/
|
||||
#elif defined(_WIN32)
|
||||
#include <winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
||||
typedef u_short sa_family_t;
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#if defined(CPPPARSER)
|
||||
#elif defined(WIN32_VC) || defined(WIN64_VC)
|
||||
#include <winsock2.h> // For gethostname()
|
||||
#include <Iphlpapi.h> // For GetAdaptersAddresses()
|
||||
#include <iphlpapi.h> // For GetAdaptersAddresses()
|
||||
#elif defined(__ANDROID__)
|
||||
#include <net/if.h>
|
||||
#else
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
#if defined(WIN32_VC) || defined(WIN64_VC)
|
||||
#include <Winsock2.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user