W8125 dllexport overrides previous dllimport (C++)
Go Up to Compiler Errors And Warnings (C++) Index
The symbol was marked as dllimport, but later found to be dllexport. dllexport overrides the previous dllimport.
__declspec(dllimport) int f(); __declspec(dllexport) int f(); //Warning