[fpc-pascal] stdcall on win64?

Bihar Anwar bihar_anwar at rocketmail.com
Mon Sep 6 18:27:55 CEST 2010


stdcall calling convention is for Win32, right? E.g.

    function Test: HRESULT; {$IFDEF WIN32}stdcall;{$ENDIF}

By using $IFDEF like that, will the code also work in Win64?

Thanks in advance.



      



More information about the fpc-pascal mailing list