Tells the compiler to emulate Microsoft compatibility bugs.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /Qmsn |
n |
Possible values are:
|
/Qms1 |
The compiler emulates most Microsoft compatibility bugs. |
This option tells the compiler to emulate Microsoft compatibility bugs.
When using /Qms0, your program may not compile if it depends on Microsoft headers with compatibility bugs that are disabled with this option. Use /Qms1 if your compilation fails.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.