PowerToys/src/modules/powerrename/lib/pch.h

24 lines
463 B
C
Raw Normal View History

#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
// C RunTime Header Files
2020-03-24 08:51:23 +01:00
#include <cstdlib>
#include <malloc.h>
#include <memory.h>
2020-03-24 08:51:23 +01:00
#include <cwchar>
#include <atlbase.h>
#include <strsafe.h>
#include <pathcch.h>
#include <shobjidl.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <ShlObj_core.h>
#include <ProjectTelemetry.h>