|
@@ -2,7 +2,7 @@
|
|
|
#include <cstdio>
|
|
#include <cstdio>
|
|
|
#include <memory>
|
|
#include <memory>
|
|
|
#include <zlib.h>
|
|
#include <zlib.h>
|
|
|
-#if NSPIRE
|
|
|
|
|
|
|
+#if TARGET_NSPIRE
|
|
|
#include "../../platform/nspire/Interrupts.h"
|
|
#include "../../platform/nspire/Interrupts.h"
|
|
|
#endif
|
|
#endif
|
|
|
#include "Archive.h"
|
|
#include "Archive.h"
|
|
@@ -17,7 +17,7 @@ using WalrusRPG::PIAF::FileType;
|
|
|
using WalrusRPG::PIAF::CompressionType;
|
|
using WalrusRPG::PIAF::CompressionType;
|
|
|
using namespace WalrusRPG::PIAF;
|
|
using namespace WalrusRPG::PIAF;
|
|
|
|
|
|
|
|
-#if TARGET_NSPIRE
|
|
|
|
|
|
|
+#ifdef TARGET_NSPIRE
|
|
|
using namespace Nspire;
|
|
using namespace Nspire;
|
|
|
#endif
|
|
#endif
|
|
|
namespace
|
|
namespace
|