[HHPCOMP] Apply changes proposed by learn_more which supposedly fix the GCCWin build

svn path=/trunk/; revision=68696
This commit is contained in:
Benedikt Freisen
2015-08-11 21:06:37 +00:00
parent 71fe4f3c6e
commit 602935e1cb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef __GNUC__
#if !defined(__GNUC__) || defined(__MINGW32__)
typedef int (*__compar_fn_t)(const void *, const void *);
#endif
+1
View File
@@ -22,6 +22,7 @@
#include <stdexcept>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <windows.h> // for GetFullPathNameA
#else
#include <unistd.h>