aboutsummaryrefslogtreecommitdiff
path: root/loader_launcher_proxy/framework.h
blob: e358eaf4ecdccecbc8af4f456a86564e9134ebdb (plain)
1
2
3
4
5
6
7
#pragma once

#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
#define WIN32_EXTRA_LEAN
#define VC_EXTRALEAN
// Windows Header Files
#include <Windows.h>