be more consistent with CROSS_TO_target macro names for cross-compiles
-DCROSS_TO_MSDOS msdos cross-compile (djgpp cross-compiler) -DCROSS_TO_AMIGA Amiga cross-compile -DCROSS_TO_WASM wasm cross-compile (emscripten)
This commit is contained in:
@@ -754,7 +754,7 @@ char *str;
|
||||
}
|
||||
#endif /* EXEPATH */
|
||||
|
||||
#ifdef AMIGA_CROSS
|
||||
#ifdef CROSS_TO_AMIGA
|
||||
void msmsg
|
||||
VA_DECL(const char *, fmt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user