Merge topic 'windows-export-all-symbols'

f8d4e3d7 bindexplib: Export symbols from objects even with explicit markup
This commit is contained in:
Brad King 2016-07-06 09:36:17 -04:00 committed by CMake Topic Stage
commit f2c1900a71

View File

@ -244,10 +244,8 @@ public:
*----------------------------------------------------------------------
*/
void DumpObjFile() {
if(!HaveExportedObjects()) {
this->DumpExternalsObjects();
}
}
/*
*----------------------------------------------------------------------