pch.h
 1  #pragma once
 2  
 3  // System headers
 4  #define NOMINMAX
 5  #define WIN32_LEAN_AND_MEAN
 6  #include <Windows.h>
 7  #include <winternl.h>
 8  #include <Psapi.h>
 9  #include <shellapi.h>
10  
11  // C++ standard library headers
12  #include <stdexcept>
13  #include <vector>
14  #include <map>
15  #include <iostream>
16  #include <string>
17  #include <set>
18  #include <algorithm>
19  #include <fstream>
20  
21  #ifndef FILELOCKSMITH_LIB_STATIC
22  #include <winrt/PowerToys.Interop.h>
23  #endif