mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 12:27:10 +01:00
Do not use .hidden for systems_wince, as is done for systems_windows
git-svn-id: trunk@45756 -
This commit is contained in:
parent
39f3a72c62
commit
87bf6a4b56
@ -1629,7 +1629,7 @@ implementation
|
||||
{ on Windows/(PE)COFF, global symbols are hidden by default: global
|
||||
symbols that are not explicitly exported from an executable/library,
|
||||
become hidden }
|
||||
if target_info.system in systems_windows then
|
||||
if (target_info.system in (systems_windows+systems_wince)) then
|
||||
exit;
|
||||
if target_info.system in systems_darwin then
|
||||
writer.AsmWrite(#9'.private_extern ')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user