Linker Tools Warning LNK4087

CONSTANT keyword is obsolete; use DATA

This warning occurs if you use CONSTANT with your exports in a module definition file or on the command line. Use DATA instead.