compatibility with winXP. .bmp loader now handles 32-bit images and more modern headers.

This commit is contained in:
tmj-fstate
2017-01-30 23:21:00 +01:00
parent 3c0edb3ec3
commit 61440c4969
7 changed files with 51 additions and 35 deletions

View File

@@ -7,7 +7,8 @@
#include <winsdkver.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0600 // _WIN32_WINNT_VISTA
//#define _WIN32_WINNT 0x0600 // _WIN32_WINNT_VISTA
#define _WIN32_WINNT 0x0501 // _WIN32_WINNT_WINXP
#endif
#include <SDKDDKVer.h>