mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 06:59:18 +02:00
compatibility with winXP. .bmp loader now handles 32-bit images and more modern headers.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user