win64: fix PrintDlg alignment

original commit: 4f292a95c5fd8c2d63efb6a541cc84061af8a53c
This commit is contained in:
Matthew Flatt 2011-01-13 18:53:48 -07:00
parent b77f73f013
commit 6c9eea1287
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@
[lpSetupTemplateName _pointer]
[hPrintTemplate _HGLOBAL]
[hSetupTemplate _HGLOBAL])
#:alignment 2)
#:alignment (if is-win64? #f 2))
(define-cstruct _DOCINFO
([cbSize _int]

View File

@ -16,6 +16,7 @@
define-uxtheme
define-winmm
failed
is-win64?
GetLastError