Skip to content
Snippets Groups Projects
Select Git revision
  • db47d4b18a9a6d77e820dcf04a45032a7d6d6d4e
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
21 results

notify

Blame
  • boinc.boinc_win.h.minggw.patch 756 B
    --- boinc_win.h
    +++ boinc_win.h	2008-06-03 17:35:38.000000000 +0200
    @@ -110,7 +110,7 @@
     
     #include <commctrl.h>
     #include <raserror.h>
    -#include <dbghelp.h>
    +#include <imagehlp.h>
     #include <tlhelp32.h>
     
     #include <io.h>
    @@ -143,7 +143,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__)
    @@ -238,9 +238,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