ppsspp/UWP/libzstd_UWP/pch.h
2021-04-11 09:13:10 -07:00

10 lines
126 B
C

#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>