[misc] fix MinGW-w64 compilation issues

* Closes #553
This commit is contained in:
Pete Batard 2015-08-05 22:36:22 +01:00
parent e1f76a5dd1
commit b854f70bae
4 changed files with 14 additions and 11 deletions

View file

@ -68,6 +68,9 @@
#ifndef DBT_CUSTOMEVENT
#define DBT_CUSTOMEVENT 0x8006
#endif
#ifndef ERROR_FILE_TOO_LARGE
#define ERROR_FILE_TOO_LARGE 223
#endif
struct {
HIMAGELIST himl;