Windows2000/private/shell/ext/anyfldr/anyfldr.h
2020-09-30 17:12:32 +02:00

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>