2
0
Эх сурвалжийг харах

* fix for mantis #36064, pack printdlg only ifndef win64

git-svn-id: trunk@42976 -
marco 5 жил өмнө
parent
commit
01bc1ed80e

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -6068,7 +6068,7 @@ Const
      PPREVENTMEDIAREMOVAL = ^PREVENT_MEDIA_REMOVAL;
 
      {PRINTDLG = record conflicts with PrintDlg function }
-     TPRINTDLG = packed record
+     TPRINTDLG = {$ifndef win64}packed {$endif}record
           lStructSize : DWORD;
           hwndOwner : HWND;
           hDevMode : HGLOBAL;