Browse Source

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

git-svn-id: trunk@42976 -
marco 5 years ago
parent
commit
01bc1ed80e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

+ 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;