* modeswitches for win64 + wince.

git-svn-id: trunk@32344 -
This commit is contained in:
marco 2015-11-16 13:51:37 +00:00
parent 623af612e4
commit be6c2e6c94
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ unit windows;
{ stuff like array of const is used }
{$mode objfpc}
{$modeswitch ADVANCEDRECORDS}
{$modeswitch class}
{$inline on}
{$calling stdcall}

View File

@ -25,6 +25,8 @@ unit windows;
{ stuff like array of const is used }
{$mode objfpc}
{$modeswitch ADVANCEDRECORDS}
{$modeswitch class}
{ convention is cdecl for WinCE API}
{$calling cdecl}