C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Accept __far Keyword (32-Bit Only) (/Zf)
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /Zf
 
     This option is reserved for a future version of the compiler.
 
     When you use the /Zf option, the compiler ignores every instance
     of the __far keyword in your source code. This option is useful
     when porting code written for the segmented memory models of
     16-bit computers to the flat memory model of 32-bit computers.
                                    -♦-