18 lines
240 B
C
18 lines
240 B
C
#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>
|
|
|
|
|
|
|