diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-27 18:02:54 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-27 21:32:04 -0500 |
| commit | 19472bf60d74bba6a3996ceb3b1f94c410e76e40 (patch) | |
| tree | ac0e150fea5686b176e017bbde925daabc4c6f1b /include/JSystem/JSystem.h | |
| parent | bc1ca84bdcc52eeebe80cd3d713c6b3fbdae1a55 (diff) | |
Fix JSystem PCH breaking decomp.me
Diffstat (limited to 'include/JSystem/JSystem.h')
| -rw-r--r-- | include/JSystem/JSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JSystem.h b/include/JSystem/JSystem.h index 5ef19934..9817a18b 100644 --- a/include/JSystem/JSystem.h +++ b/include/JSystem/JSystem.h @@ -1,7 +1,7 @@ #ifndef JSYSTEM_H #define JSYSTEM_H -#ifdef __MWERKS__ +#if defined(__MWERKS__) && !defined(DECOMPCTX) #include "JSystem/JSystem.mch" // IWYU pragma: export #else #include "JSystem/JSystem.pch" // IWYU pragma: export |
