aboutsummaryrefslogtreecommitdiff
path: root/loader_launcher_proxy/framework.h
blob: d1b49600c58d1d9673fe36cbedda91a53104aeef (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>