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
1 changed files with 1 additions and 3 deletions

View File

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