projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa98e2b
)
gtkprintoperation-win32.c: Fix build
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 15 Jun 2023 10:48:13 +0000
(18:48 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 15 Jun 2023 10:50:10 +0000
(18:50 +0800)
Include the needed headers so that we don't break the build with C4013
warnings, which are treated as errors if msvc_recommended_pragmas.h is
found during build configuration.
gtk/print/gtkprintoperation-win32.c
patch
|
blob
|
history
diff --git
a/gtk/print/gtkprintoperation-win32.c
b/gtk/print/gtkprintoperation-win32.c
index a68ecfc2b6c7a2bb7eec41a424329ffe3c003fa6..a563953ab78c7ae0b1aa8dd3f44ab1bee0b88f67 100644
(file)
--- a/
gtk/print/gtkprintoperation-win32.c
+++ b/
gtk/print/gtkprintoperation-win32.c
@@
-44,6
+44,8
@@
#include "gtkprintoperation-private.h"
#include "gtkprint-win32.h"
+#include "gtkprivate.h"
+#include "gdkprivate.h"
#include "win32/gdkprivate-win32.h"
#define MAX_PAGE_RANGES 20