mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 14:27:11 +01:00
+ add win16 to systems_all_windows; this enables the win32-like mangling of the
dll internal symbols names on win16 as well git-svn-id: trunk@31537 -
This commit is contained in:
parent
6e09a4ff92
commit
1b84fbee57
@ -240,12 +240,13 @@ interface
|
||||
|
||||
systems_aix = [system_powerpc_aix,system_powerpc64_aix];
|
||||
|
||||
{ all real windows systems, no cripple ones like wince, wdosx et. al. }
|
||||
{ all real windows systems, no cripple ones like win16, wince, wdosx et. al. }
|
||||
systems_windows = [system_i386_win32,system_x86_64_win64];
|
||||
|
||||
{ all windows systems }
|
||||
systems_all_windows = [system_i386_win32,system_x86_64_win64,
|
||||
system_arm_wince,system_i386_wince];
|
||||
system_arm_wince,system_i386_wince,
|
||||
system_i8086_win16];
|
||||
|
||||
{ all darwin systems }
|
||||
systems_darwin = [system_powerpc_darwin,system_i386_darwin,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user