From 22531574ff8d559cb9768145af13e68e30ef2ced Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 4 Jan 2018 16:16:24 -0600 Subject: [PATCH] Must use different Andor header files on Windows and Linux --- andorApp/src/shamrock.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/andorApp/src/shamrock.cpp b/andorApp/src/shamrock.cpp index 1651dec..b67866b 100644 --- a/andorApp/src/shamrock.cpp +++ b/andorApp/src/shamrock.cpp @@ -20,7 +20,11 @@ #include +#ifdef _WIN32 +#include "ATMCD32D.h" +#else #include "atmcdLXd.h" +#endif #include #include