When I compile a C-file which include headers that use the wchar_t native type, the compiler does not defined that type. However when the file is compiled as C++ the wchar_t native type is defined when the /Zc:wchar_t option is defined. Is that the expected behavior? There no information in the documentation that says if compiling as C the wchar_t native type is undefined. I have VS2012 Prof version 11.0.50727.1 RTMREL installed.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...