X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcincludes.h;h=cf63d7bab2b3234bad283d2b995972cb7955b9f1;hb=a2e242bd81d3cf90145036fcb96b3fd002801961;hp=267d60fa38ec1e86d88a437e0c8528ee957a9d15;hpb=38e28e56b2eff2e3399aa722e15ee6b8d9505e2f;p=silc.git diff --git a/includes/silcincludes.h b/includes/silcincludes.h index 267d60fa..cf63d7ba 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -29,31 +29,38 @@ extern "C" { #endif +#define SILC_UNIX + #ifdef WIN32 #ifndef SILC_WIN32 #define SILC_WIN32 +#undef SILC_UNIX #endif #endif #if defined(__EPOC32__) #ifndef SILC_EPOC #define SILC_EPOC +#undef SILC_UNIX #endif #endif #ifdef BEOS #ifndef SILC_BEOS #define SILC_BEOS +#undef SILC_UNIX #endif #elif defined(__BEOS__) #ifndef SILC_BEOS #define SILC_BEOS +#undef SILC_UNIX #endif #endif #if defined(OS2) #ifndef SILC_OS2 #define SILC_OS2 +#undef SILC_UNIX #endif #endif