summaryrefslogtreecommitdiff
path: root/compiler/systems/t_win16.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_win16.pas')
-rw-r--r--compiler/systems/t_win16.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_win16.pas b/compiler/systems/t_win16.pas
index 93c1fa2743..3ea0a65083 100644
--- a/compiler/systems/t_win16.pas
+++ b/compiler/systems/t_win16.pas
@@ -206,7 +206,7 @@ begin
end
else
internal_name:=hp.name^;
- DllExport_COMENT.CommentString:=#2+Chr(expflag)+Chr(Length(hp.name^))+hp.name^+Chr(Length(internal_name))+internal_name;
+ DllExport_COMENT.CommentString:=Chr(CC_OmfExtension_EXPDEF)+Chr(expflag)+Chr(Length(hp.name^))+hp.name^+Chr(Length(internal_name))+internal_name;
if eo_index in hp.options then
DllExport_COMENT.CommentString:=DllExport_COMENT.CommentString+Chr(Byte(hp.index))+Chr(Byte(hp.index shr 8));
DllExport_COMENT.EncodeTo(RawRecord);