Microsoft did not implement c99, instead they put their efforts into standard C ++.
However, if you want to disable Microsoft extensions for C / C ++, you can use the compiler / Za compiler, but don't expect to use c99 stuff, for example stdint.h.
source
share