2025-04-27 07:49:33 -04:00

23 lines
361 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