|
@@ -1152,10 +1152,10 @@ begin
|
|
if apptype=app_gui then
|
|
if apptype=app_gui then
|
|
begin
|
|
begin
|
|
AppTypeStr:='--subsystem windows';
|
|
AppTypeStr:='--subsystem windows';
|
|
- EntryStr:='--entry _DLLWinMainCRTStartup@12'
|
|
|
|
|
|
+ EntryStr:='--entry _DLLWinMainCRTStartup'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
- EntryStr:='--entry _DLLMainCRTStartup@12';
|
|
|
|
|
|
+ EntryStr:='--entry _DLLMainCRTStartup';
|
|
if assigned(DLLImageBase) then
|
|
if assigned(DLLImageBase) then
|
|
ImageBaseStr:='--image-base=0x'+DLLImageBase^;
|
|
ImageBaseStr:='--image-base=0x'+DLLImageBase^;
|
|
if (cs_link_strip in aktglobalswitches) then
|
|
if (cs_link_strip in aktglobalswitches) then
|