X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkSystem.h;h=c9015c208b47169e758f5c7d5aa0d98c6ff5bf91;hb=00119d2074a1d423927404a1759b9a9616a087ba;hp=0b36ebf882d39dec8754de8bc63a89ed4ccd5864;hpb=2c60c89f749008a00df6d24b34b4774b806979f6;p=bbtk.git diff --git a/kernel/src/bbtkSystem.h b/kernel/src/bbtkSystem.h index 0b36ebf..c9015c2 100644 --- a/kernel/src/bbtkSystem.h +++ b/kernel/src/bbtkSystem.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkSystem.h,v $ Language: C++ - Date: $Date: 2008/11/12 12:47:01 $ - Version: $Revision: 1.10 $ + Date: $Date: 2008/11/20 17:41:41 $ + Version: $Revision: 1.11 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -221,3 +221,15 @@ namespace bbtk #endif #endif + + +//---------------------------- +#ifndef _WIN32 +#include //for access, unlink +#else +#include //for _access on Win32 +#endif + +#ifdef _MSC_VER +# define access _access +#endif