always_import

Controls whether or not # include directives are treated as #pragma import directives.

Syntax
#pragma always_import on | off | reset
  
Remarks

If you enable this pragma, the compiler treats all #include statements as #pragma import statements.

This pragma does not correspond to any CodeWarrior IDE panel setting. By default, this pragma is off .

Related information
export
import
lib_export