[Scummvm-git-logs] scummvm master -> f232130711be49fb6ca3b35ec5f39f441eeb717c

sev- noreply at scummvm.org
Mon Feb 16 18:57:24 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:
f232130711 BACKENDS: PRINTING: Fix compilation on Win32


Commit: f232130711be49fb6ca3b35ec5f39f441eeb717c
    https://github.com/scummvm/scummvm/commit/f232130711be49fb6ca3b35ec5f39f441eeb717c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-16T19:57:13+01:00

Commit Message:
BACKENDS: PRINTING: Fix compilation on Win32

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 336c5445ecc..d3a48bd3271 100644
--- a/backends/printing/win32/win32-printman.cpp
+++ b/backends/printing/win32/win32-printman.cpp
@@ -19,9 +19,6 @@
  *
  */
 
-#include "common/scummsys.h"
-
-#ifdef USE_SYSTEM_PRINTING
 #ifdef WIN32
 
 #define WIN32_LEAN_AND_MEAN
@@ -212,4 +209,3 @@ Common::PrintingManager *createWin32PrintingManager() {
 }
 
 #endif
-#endif




More information about the Scummvm-git-logs mailing list