Merge pull request #975 from jbrodman/windll

Change dll export feature to a switch.
This commit is contained in:
Dmitry Babokin
2015-03-06 23:56:45 +03:00
4 changed files with 8 additions and 1 deletions

View File

@@ -1316,6 +1316,7 @@ Globals::Globals() {
FATAL("Current directory path too long!");
#endif
forceAlignment = -1;
dllExport = false;
}
///////////////////////////////////////////////////////////////////////////