[Scummvm-git-logs] scummvm master -> 5fc91dfc96e06b5f7b519567d1899a7dbac5b000
SupSuper
noreply at scummvm.org
Tue Oct 15 08:49:17 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5fc91dfc96 WIN32: Fix missing include in Win9x
Commit: 5fc91dfc96e06b5f7b519567d1899a7dbac5b000
https://github.com/scummvm/scummvm/commit/5fc91dfc96e06b5f7b519567d1899a7dbac5b000
Author: SupSuper (supsuper at gmail.com)
Date: 2024-10-15T09:48:58+01:00
Commit Message:
WIN32: Fix missing include in Win9x
Changed paths:
backends/saves/windows/windows-saves.cpp
diff --git a/backends/saves/windows/windows-saves.cpp b/backends/saves/windows/windows-saves.cpp
index 9a99c98ffe6..548bf7173c7 100644
--- a/backends/saves/windows/windows-saves.cpp
+++ b/backends/saves/windows/windows-saves.cpp
@@ -27,6 +27,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <tchar.h>
+#include <errno.h>
#include "common/scummsys.h"
#include "common/config-manager.h"
More information about the Scummvm-git-logs
mailing list