7 lines
131 B
C
7 lines
131 B
C
#undef _WIN32_WINNT
|
|
#define _WIN32_WINNT 0x0400
|
|
#undef _WIN32_IE
|
|
#define _WIN32_IE 0x0300
|
|
#include <shlobj.h>
|
|
#include <shlobjp.h>
|