Skip to content
Snippets Groups Projects
Select Git revision
  • 056dd5ed421d35a319f2e0a84c0a9451ff7b9a5c
  • master default protected
2 results

test_pass_though.py

Blame
  • boinc.boinc_api.h.mingw.patch 244 B
    --- boinc_api.h
    +++ boinc_api.h	2009-11-06 16:30:39.000000000 +0100
    @@ -22,6 +22,10 @@
     #include <Carbon/Carbon.h>
     #endif
     
    +#ifdef _WIN32
    +#include "boinc_win.h"
    +#endif
    +
     // ANSI C API BEGINS HERE
     // Do not put implementation stuff here