1#if defined(_MSC_VER) && (_MSC_VER < 1500) 2#include <winres.h> 3#else 4#define WINVER 0x0500 5#include <winresrc.h> 6#define LB_ADDSTRING (WM_USER+1) 7#define CB_ADDSTRING (WM_USER+3) 8#define IDC_STATIC (-1) 9#endif 10 11#include "internal/resource.h" 12 13MANIFEST_RESOURCE_ID RT_MANIFEST "shlxthdl.manifest" 14 15IDB_PROPERTY_IMAGES BITMAP "prop_img.bmp" 16