23 lines
339 B
C
23 lines
339 B
C
#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
|