win64: fix PrintDlg alignment

This commit is contained in:
Matthew Flatt 2011-01-13 18:53:48 -07:00
parent 255cb84b87
commit 4f292a95c5
2 changed files with 2 additions and 1 deletions

View File

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

View File

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