Select Git revision
boinc.boinc_win.h.minggw.patch
Forked from
einsteinathome / graphicsframework
89 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.boinc_win.h.minggw.patch 756 B
--- boinc_win.h
+++ boinc_win.h 2008-06-03 17:35:38.000000000 +0200
@@ -108,7 +108,7 @@
#include <commctrl.h>
#include <raserror.h>
-#include <dbghelp.h>
+#include <imagehlp.h>
#include <tlhelp32.h>
#include <io.h>
@@ -141,7 +141,7 @@
// C headers
#include <sys/stat.h>
#include <sys/types.h>
-#include <fcntl.h>
+// #include <fcntl.h>
#include <malloc.h>
#if !defined(__MINGW32__) && !defined(__CYGWIN32__)
@@ -236,9 +236,9 @@
#endif
void __cdecl _fpreset (void);
void __cdecl fpreset (void);
-#define SetClassLongPtr SetClassLong
-#define GCLP_HICON GCL_HICON
-#define GCLP_HICONSM GCL_HICONSM
+// #define SetClassLongPtr SetClassLong
+// #define GCLP_HICON GCL_HICON
+// #define GCLP_HICONSM GCL_HICONSM
#ifdef __cplusplus
}
#endif