Controls the recognition of the export, import, and internal pragmas.
This pragma is compatible with the following platform targets:
|
NEC V800
|
Intel x86
|
MIPS
|
#pragma lib_export on | off | reset
Remarks:
If this pragma is off, the compiler ignores the pragmas export, import, and internal. It is available for compatibility with previous versions of the compiler. It corresponds to the __declspec(lib_export) type qualifier, described in "ANSI Keywords Only." To check whether this option is on, use __option (lib_export), described in "Checking Options."
This pragma does not correspond to an option in any settings panel.