Short: Change pathes of C-include-files for Maxon/HiSoft compiler Author: Joerg van de Loo Uploader: joergloo aol com Type: dev/misc Version: 1 Requires: 0S2, enclosed binary is encoded for 68020+ CPUs, installed and Architecture: m68k-amigaos working NDK In order to build with MaxonC++/HiSoftC++ compilers a portable source-code the pragma-files have to be changed. In addition, once this program has done its work, SAS/S (f.e.) source-code can be used without editing the head of the source-code (normally the area where to find the include-directives). Often you would encode pragmas with MaxonC++ like this: #if !defined(__MAXON__) #include #include #include #include #include #include #include #include #include #include #include #else #include #include #include #include #include #include #include #include #include #include #include #endif Now, after Detour has modified these files, you can use this instead: #include #include #include #include #include #include #include #include #include #include #include