fix: restore linux mingw client build and gm smoke

This commit is contained in:
Claude
2026-04-17 21:53:59 +02:00
parent 2fe362e0a9
commit dfe0baabce
48 changed files with 432 additions and 103 deletions

View File

@@ -27,8 +27,12 @@
#include "EterLib/FontManager.h"
extern "C" {
#if defined(__MINGW32__)
int _fltused = 0;
#else
extern int _fltused;
FILE __iob_func[3] = { *stdin, *stdout, *stderr };
#endif
volatile int _AVOID_FLOATING_POINT_LIBRARY_BUG = _fltused;
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;