Explorar o código

Included if guards for MSVC define

Felix %!s(int64=4) %!d(string=hai) anos
pai
achega
bb16f09af2
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/functions/acalc.h

+ 4 - 1
src/functions/acalc.h

@@ -1,8 +1,11 @@
 #ifndef ACALC_H
 #define ACALC_H
 
+#if _MSC_VER
+#define _USE_MATH_DEFINES
+#endif
+
 #include <QDateTime>
-#define _USE_MATH_DEFINES // needed for MSVC
 #include <cmath>
 #include <QDebug>
 /*!