mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:49:20 +02:00
* let win64 also define _win32. Some function prototypes are under that
ifdef, and the only ifdef _win64 is first. git-svn-id: trunk@44260 -
This commit is contained in:
parent
1b1df0c026
commit
d74abf8575
@ -74,6 +74,7 @@ CONST CommCtrlDLL = 'comctl32.dll';
|
|||||||
{$define NTDDI_WIN7}
|
{$define NTDDI_WIN7}
|
||||||
|
|
||||||
{$ifdef win64}
|
{$ifdef win64}
|
||||||
|
{$define _win32}
|
||||||
{$define _win64}
|
{$define _win64}
|
||||||
{$endif win64}
|
{$endif win64}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user