guard.hpp 231 B

12345678910111213141516
  1. #ifndef NALL_MACOS_GUARD_HPP
  2. #define NALL_MACOS_GUARD_HPP
  3. #define Boolean CocoaBoolean
  4. #define decimal CocoaDecimal
  5. #define DEBUG CocoaDebug
  6. #else
  7. #undef NALL_MACOS_GUARD_HPP
  8. #undef Boolean
  9. #undef decimal
  10. #undef DEBUG
  11. #endif