Select Git revision
boinc.filesys.cpp.mingw.patch
Forked from
einsteinathome / graphicsframework
62 commits behind the upstream repository.
-
Oliver Bock authored
* Contains latest API and server components (former branch focuses on client only) * Using even more explicit configure options * BOINC's include directory is now lowercase * Also: added required tool * Also: improved binary output filenames for deployment
Oliver Bock authored* Contains latest API and server components (former branch focuses on client only) * Using even more explicit configure options * BOINC's include directory is now lowercase * Also: added required tool * Also: improved binary output filenames for deployment
boinc.filesys.cpp.mingw.patch 324 B
--- filesys.cpp
+++ 3rdparty/boinc/lib/filesys.cpp 2009-03-28 18:30:26.000000000 +0100
@@ -19,7 +19,7 @@
#include "boinc_win.h"
#endif
-#if !defined(_WIN32) || defined(__CYGWIN32__)
+#if !defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__)
#include "config.h"
#ifdef _USING_FCGI_
#include "boinc_fcgi.h"