18 lines
240 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#pragma warning(disable:4001)
#define STRICT
#define CONST_VTABLE
#include <windows.h>
#include <windowsx.h>
#include <commdlg.h>
#include <dlgs.h> // commdlg IDs
#include <shellapi.h>
#include <commctrl.h>
#include <shlobj.h>