Johannes Kreutz пре 3 година
родитељ
комит
c20ddea395
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      trackpoint-app/include/PlatformSupport.hpp

+ 1 - 1
trackpoint-app/include/PlatformSupport.hpp

@@ -6,7 +6,7 @@
 #elif __unix__
   static std::string openScadPath = "openscad";
   static std::string fileDelimiter = "/";
-#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(_WIN64)
+#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(_WIN64)
   // Currently unsupported
   static std::string openScadPath = "";
   static std::string fileDelimiter = "\\";