mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
(#18) Don't use mingw's builtin printf
This commit is contained in:
3
flips.h
3
flips.h
@@ -47,6 +47,9 @@
|
||||
//#define _WIN32_IE 0x0600
|
||||
//#define __MSVCRT_VERSION__ 0x0601
|
||||
#define NOMINMAX // this seems automatically on in C++ - crazy.
|
||||
#include <stdlib.h>
|
||||
#undef __USE_MINGW_ANSI_STDIO // must remove this, to avoid a libgcc_s_sjlj-1.dll dependency on 32bit
|
||||
// comments say libstdc++ demands a POSIX printf, but I'm not using that, so I don't care
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
Reference in New Issue
Block a user