Visual C++ Compiler Warning C4236

Message Text

nonstandard extension used : 'keyword' is an obsolete keyword, see documentation for __declspec(dllexport)

Circumstances

At present, the keywords that are disabled as obsolete in the sense of triggering this warning are:

__export

plus, if -Ze or -ZE is active,

the one-underscore form, _export

Severity

This is a level 1 warning, no matter that Microsoft’s documentation assigns it to level 4.