mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:46:04 +02:00
* fix win32 linking
git-svn-id: trunk@1957 -
This commit is contained in:
parent
1e1ea0c3b6
commit
39c553707e
@ -1418,7 +1418,7 @@ implementation
|
||||
DLL will include the edata section }
|
||||
if assigned(exportlib) and
|
||||
(target_info.system in [system_i386_win32,system_i386_wdosx]) and
|
||||
((current_module.flags or uf_has_exports)<>0) then
|
||||
((current_module.flags and uf_has_exports)<>0) then
|
||||
asmlist[al_procedures].concat(tai_const.create_sym(exportlib.edatalabel));
|
||||
|
||||
If resourcestrings.ResStrCount>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user