win64: fix PrintDlg alignment
This commit is contained in:
parent
255cb84b87
commit
4f292a95c5
|
@ -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]
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
define-uxtheme
|
define-uxtheme
|
||||||
define-winmm
|
define-winmm
|
||||||
failed
|
failed
|
||||||
|
is-win64?
|
||||||
|
|
||||||
GetLastError
|
GetLastError
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user