feat: add Linux MinGW build path and Windows build-script fixes (v2.2.0)

This commit is contained in:
2026-05-02 19:56:28 +02:00
parent 91fe17cda2
commit d80b025219
11 changed files with 383 additions and 60 deletions
+8 -2
View File
@@ -3,7 +3,13 @@
#ifndef __STDAFX_H
#define __STDAFX_H
#include <Windows.h>
#include "7zip/Bundles/Nsis7z/pluginapi.h"
#ifdef _WIN32
#if defined(__MINGW32__) || defined(__MINGW64__)
#include <windows.h>
#else
#include <Windows.h>
#endif
#endif
#include "../../Bundles/Nsis7z/pluginapi.h"
#endif