소스 검색

* let win64 also define _win32. Some function prototypes are under that
ifdef, and the only ifdef _win64 is first.

git-svn-id: trunk@44260 -

marco 5 년 전
부모
커밋
d74abf8575
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/winunits-base/src/commctrl.pp

+ 1 - 0
packages/winunits-base/src/commctrl.pp

@@ -74,6 +74,7 @@ CONST CommCtrlDLL = 'comctl32.dll';
 {$define NTDDI_WIN7}
 
 {$ifdef win64}
+  {$define _win32}
   {$define _win64}
 {$endif win64}