[Scummvm-git-logs] scummvm-tools master -> bbac0a5792fcb921154e18e87a924b1c40b94009
mgerhardy
noreply at scummvm.org
Sun May 31 15:18:41 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://api.github.com/repos/scummvm/scummvm-tools .
Summary:
bbac0a5792 MACS2: attempt to fix the windows 95 builds
Commit: bbac0a5792fcb921154e18e87a924b1c40b94009
https://github.com/scummvm/scummvm-tools/commit/bbac0a5792fcb921154e18e87a924b1c40b94009
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2026-05-31T17:18:20+02:00
Commit Message:
MACS2: attempt to fix the windows 95 builds
Changed paths:
engines/macs2/extract_macs2.cpp
diff --git a/engines/macs2/extract_macs2.cpp b/engines/macs2/extract_macs2.cpp
index 0689779b..5a6c3f0d 100644
--- a/engines/macs2/extract_macs2.cpp
+++ b/engines/macs2/extract_macs2.cpp
@@ -27,7 +27,11 @@
#include <string.h>
#include <string>
#include <vector>
+#ifdef WIN32
+#include <direct.h>
+#else
#include <sys/stat.h>
+#endif
static FILE *resFile = nullptr;
More information about the Scummvm-git-logs
mailing list