You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
339 B
21 lines
339 B
#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 <winuserp.h>
|
|
#include <comctrlp.h>
|
|
#include <shsemip.h>
|
|
#include <shellp.h>
|
|
|
|
#include <common.h>
|
|
|
|
#endif
|