X-Git-Url: https://git.smho.de/gw/?a=blobdiff_plain;f=src%2FowTools.h;h=dac67d967bc36094771085ea3a40acd9bdf61b30;hb=17ea6dc449cad650a4c783446ab048c12e44c666;hp=b56fc27cb005258783445258a379048459c17749;hpb=c7561c5e50f1df4015c0c250bdbaa2efbb95a3bd;p=owTools.git diff --git a/src/owTools.h b/src/owTools.h index b56fc27..dac67d9 100755 --- a/src/owTools.h +++ b/src/owTools.h @@ -35,9 +35,24 @@ #ifndef __OWTOOLS_H_ #define __OWTOOLS_H_ +#if defined(_WINDOWS) || defined(__WINDOWS__) || defined(_WIN32) || defined(WIN32) +#define WIN +#else +#define LINUX +#endif + + + #include "owInterface.h" +#include "owARDUINOInterface.h" +#ifdef WIN +#include "owTMEXWIN.h" +#endif + +#ifdef LINUX #include "owUSBInterface.h" #include "owCOMInterface.h" #include "owPiGPioInterface.h" - +#include "owW1Interface.h" +#endif #endif