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
+1 -3
View File
@@ -244,9 +244,7 @@ public:
*----------------------------------------------------------------------
*/
void DumpObjFile() {
if(!HaveExportedObjects()) {
this->DumpExternalsObjects();
}
this->DumpExternalsObjects();
}
/*