Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/UWP/UI_UWP/pch.h
3187 views
1
#pragma once
2
3
#include "targetver.h"
4
5
#ifndef WIN32_LEAN_AND_MEAN
6
#define WIN32_LEAN_AND_MEAN
7
#endif
8
9
#include <windows.h>
10
11