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