[Scummvm-git-logs] scummvm master -> a959af174e966691110c8b8eee46b07a41e90bcf
sev-
noreply at scummvm.org
Mon Feb 16 18:42:50 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
a959af174e BACKENDS: PRINTING: Properly enable Win32 print manager override
Commit: a959af174e966691110c8b8eee46b07a41e90bcf
https://github.com/scummvm/scummvm/commit/a959af174e966691110c8b8eee46b07a41e90bcf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-16T19:42:39+01:00
Commit Message:
BACKENDS: PRINTING: Properly enable Win32 print manager override
Changed paths:
backends/printing/win32/win32-printman.cpp
diff --git a/backends/printing/win32/win32-printman.cpp b/backends/printing/win32/win32-printman.cpp
index 32a4db00fa1..336c5445ecc 100644
--- a/backends/printing/win32/win32-printman.cpp
+++ b/backends/printing/win32/win32-printman.cpp
@@ -19,6 +19,8 @@
*
*/
+#include "common/scummsys.h"
+
#ifdef USE_SYSTEM_PRINTING
#ifdef WIN32
@@ -26,7 +28,7 @@
#include <windows.h>
#include <winspool.h>
-#include "backends/printing/printman.h"
+#include "common/printman.h"
#include "backends/platform/sdl/win32/win32_wrapper.h"
#include "win32-printman.h"
More information about the Scummvm-git-logs
mailing list