Ver Fonte

Add preprocessor macros to allow compile for ios

mingodad há 10 anos atrás
pai
commit
3cb067e94a
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      SquiLu-ext/mpdecimal.h

+ 5 - 1
SquiLu-ext/mpdecimal.h

@@ -1 +1,5 @@
-#include "../mpdecimal/mpdecimal.h"
+#ifdef COMPILING_FOR_IOS
+#include "../mpdecimal-ios/mpdecimal.h"
+#else
+#include "../mpdecimal/mpdecimal.h"
+#endif