mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 13:55:57 +02:00
* generate also external stubs for win32 without import section
git-svn-id: trunk@2303 -
This commit is contained in:
parent
58f59b9134
commit
c297cb1569
@ -1469,8 +1469,16 @@ implementation
|
||||
(pd.hasforward) and
|
||||
not(
|
||||
assigned(pd.import_dll) and
|
||||
(target_info.system in [system_i386_win32,system_i386_wdosx,
|
||||
system_i386_emx,system_i386_os2,system_arm_wince,system_i386_wince])
|
||||
(
|
||||
(
|
||||
GenerateImportSection and
|
||||
(target_info.system in [system_i386_win32])
|
||||
) or
|
||||
(
|
||||
target_info.system in [system_i386_wdosx,system_i386_emx,system_i386_os2,
|
||||
system_arm_wince,system_i386_wince]
|
||||
)
|
||||
)
|
||||
) then
|
||||
begin
|
||||
s:=proc_get_importname(pd);
|
||||
|
Loading…
Reference in New Issue
Block a user