aboutsummaryrefslogtreecommitdiff
path: root/COFF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/Config.h')
-rw-r--r--COFF/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/Config.h b/COFF/Config.h
index 31534aeb3971..fafd3bcde2e3 100644
--- a/COFF/Config.h
+++ b/COFF/Config.h
@@ -43,6 +43,7 @@ struct Export {
bool Noname = false;
bool Data = false;
bool Private = false;
+ bool Constant = false;
// If an export is a form of /export:foo=dllname.bar, that means
// that foo should be exported as an alias to bar in the DLL.