Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • mingw_gcc44
  • release_ABP1_012
  • release_ABP1_008
  • release_ABP1_006
  • release_ABP1_007
  • release_ABP1_005
  • release_ABP1_004
  • release_ABP1_003
  • pre_release_0.15
  • release_ABP1_001
  • release_ABP1_002
  • pre_release_0.13
  • pre_release_0.14
  • pre_release_0.11
  • pre_release_0.12
  • pre_release_0.10
  • pre_release_0.09
  • pre_release_0.08
19 results

boinc.boinc_win.h.minggw.patch

Blame
  • Forked from einsteinathome / graphicsframework
    89 commits behind the upstream repository.
    • Oliver Bock's avatar
      11ca8fc9
      Use BOINC's server_stable branch · 11ca8fc9
      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
      11ca8fc9
      History
      Use BOINC's server_stable branch
      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