mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:09:43 +02:00
* _win64 fixes. Commctrl still has it but has now the correct define.
This was because commctrl was mostly developed using a specific converter that was continously updated and rerun. * nb30 simply replaced by "win64" git-svn-id: trunk@44259 -
This commit is contained in:
parent
cf0bf230c5
commit
1b1df0c026
packages/winunits-base/src
@ -74,7 +74,7 @@ CONST CommCtrlDLL = 'comctl32.dll';
|
||||
{$define NTDDI_WIN7}
|
||||
|
||||
{$ifdef win64}
|
||||
{$define _win32}
|
||||
{$define _win64}
|
||||
{$endif win64}
|
||||
|
||||
{$DEFINE WIN32_WINNT=0} // NO XP
|
||||
|
@ -37,7 +37,7 @@ Type
|
||||
ncb_post : ncb_post_type; { POST routine address }
|
||||
ncb_lana_num : UCHAR; { lana (adapter) number }
|
||||
ncb_cmd_cplt : UCHAR; { $ff => commmand pending }
|
||||
{$ifdef _WIN64}
|
||||
{$ifdef WIN64}
|
||||
ncb_reserve : array[0..17] of UCHAR; { reserved, used by BIOS }
|
||||
{$else}
|
||||
ncb_reserve : array[0..9] of UCHAR; { reserved, used by BIOS }
|
||||
|
Loading…
Reference in New Issue
Block a user