Skip to content
Snippets Groups Projects
Select Git revision
  • 3b50bda8b0a29e4ea79c92ffe820e2e2e5e3bb36
  • master default protected
  • fix_Makefile.mingw#2
  • update_Makefile.mingw
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
26 results

bmplib.h

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