2025-04-27 07:49:33 -04:00

7 lines
137 B
C

#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#undef _WIN32_IE
#define _WIN32_IE 0x0300
#include <shlobj.h>
#include <shlobjp.h>