mirror of https://github.com/zeldaret/tp.git
Fix bad JSystem pch ifdef breaking decomp.me
This commit is contained in:
parent
20bc3845b5
commit
238d572c5f
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef JSYSTEM_H
|
||||
#define JSYSTEM_H
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#if __MWERKS__ && !defined(DECOMPCTX)
|
||||
#include "JSystem/JSystem.mch" // IWYU pragma: export
|
||||
#else
|
||||
#include "JSystem/JSystem.pch" // IWYU pragma: export
|
||||
|
|
|
|||
Loading…
Reference in New Issue