summaryrefslogtreecommitdiff
path: root/rtl/win
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-12 07:50:34 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-12 07:50:34 +0000
commit1f8c8f2c6c938c32a4887a720cf8ae11c41f897a (patch)
treeca284b9e518aac9a176f3b2bdf73900b17681087 /rtl/win
parentf578846b34c12c379b079fc95f1b074d1ec27187 (diff)
downloadfpc-1f8c8f2c6c938c32a4887a720cf8ae11c41f897a.tar.gz
* fix for mantis #36064, pack printdlg only ifndef win64
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42976 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/win')
-rw-r--r--rtl/win/wininc/struct.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/win/wininc/struct.inc b/rtl/win/wininc/struct.inc
index 762b466703..4ca6404750 100644
--- a/rtl/win/wininc/struct.inc
+++ b/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;