This commit is contained in:
vscosta
2014-10-30 07:46:17 +00:00
parent 93bad76d18
commit 091f9dda33
5 changed files with 17 additions and 12 deletions

View File

@@ -4,16 +4,14 @@
#define PL_INCL_H 1
#ifndef __WINDOWS__
#if defined(_MSC_VER) || defined(__MINGW32__)
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MSYS__)
#define __WINDOWS__ 1
#endif
#endif
#ifdef __WINDOWS__
#if HAVE_WINSOCK2_H
#include <winsock2.h>
#endif
#include <winsock2.h>
#include <windows.h>
#if HAVE_XOS_H