forked from metin-server/m2dev-client-src
fix: restore linux mingw client build and gm smoke
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user