windows-nt/Source/XPSP1/NT/shell/ext/dsui/common/pch.h

23 lines
339 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _pch_h
#define _pch_h
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlobjp.h>
#include <shlwapi.h>
#include <shlwapip.h>
#include <atlbase.h>
#include <winuserp.h>
#include <comctrlp.h>
#include <shsemip.h>
#include <shellp.h>
#include <common.h>
#endif