win64: fix PrintDlg alignment
This commit is contained in:
parent
255cb84b87
commit
4f292a95c5
|
@ -56,7 +56,7 @@
|
|||
[lpSetupTemplateName _pointer]
|
||||
[hPrintTemplate _HGLOBAL]
|
||||
[hSetupTemplate _HGLOBAL])
|
||||
#:alignment 2)
|
||||
#:alignment (if is-win64? #f 2))
|
||||
|
||||
(define-cstruct _DOCINFO
|
||||
([cbSize _int]
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
define-uxtheme
|
||||
define-winmm
|
||||
failed
|
||||
is-win64?
|
||||
|
||||
GetLastError
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user