From 770eb34cf1fc31a33b61b516b4b00fa43780945e Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Wed, 16 Jun 2004 10:13:36 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3600 --- api/boinc_api.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/boinc_api.h b/api/boinc_api.h index 089d06ef24..6480b99f20 100755 --- a/api/boinc_api.h +++ b/api/boinc_api.h @@ -20,6 +20,9 @@ #ifndef _BOINC_API_ #define _BOINC_API_ +// NOTE: this is required on windows as well as unix, do not add "#ifndef +// _WIN32" -- if something is not working on windows let's find a working +// solution #include using namespace std;