mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 04:02:18 +01:00
* modeswitches for win64 + wince.
git-svn-id: trunk@32344 -
This commit is contained in:
parent
623af612e4
commit
be6c2e6c94
@ -22,6 +22,8 @@ unit windows;
|
|||||||
|
|
||||||
{ stuff like array of const is used }
|
{ stuff like array of const is used }
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
{$modeswitch ADVANCEDRECORDS}
|
||||||
|
{$modeswitch class}
|
||||||
{$inline on}
|
{$inline on}
|
||||||
{$calling stdcall}
|
{$calling stdcall}
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,8 @@ unit windows;
|
|||||||
|
|
||||||
{ stuff like array of const is used }
|
{ stuff like array of const is used }
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
{$modeswitch ADVANCEDRECORDS}
|
||||||
|
{$modeswitch class}
|
||||||
{ convention is cdecl for WinCE API}
|
{ convention is cdecl for WinCE API}
|
||||||
{$calling cdecl}
|
{$calling cdecl}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user