Fix win32 resource compilation with msys

squash! Fix win32 resource

winres.h is missing for mingw
This commit is contained in:
Mikhail Titov 2015-11-25 14:14:26 -06:00
parent e5c72cae83
commit 76549d0a4a
4 changed files with 11 additions and 3 deletions

Binary file not shown.

Binary file not shown.

6
Win32/winres.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef WINRES_H__
#define WINRES_H__
#include <winresrc.h>
#endif