MinGW also requires delayimp now

This commit is contained in:
Timo Strunk 2014-04-28 17:35:16 +02:00 committed by Rom Walton
parent 71dfe00f3f
commit 10a431eb2c
1 changed files with 5 additions and 0 deletions

View File

@ -181,9 +181,14 @@ typedef LPCSTR PCTSTR, LPCTSTR, PCUTSTR, LPCUTSTR;
#if !defined(__MINGW32__) && !defined(__CYGWIN32__)
#include <crtdbg.h>
#endif
#if !defined(__CYGWIN32__)
#include <delayimp.h>
#endif
#ifdef __cplusplus
#include <algorithm>
#include <cassert>