mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
10 lines
126 B
C
10 lines
126 B
C
![]() |
#pragma once
|
|||
|
|
|||
|
#include "targetver.h"
|
|||
|
|
|||
|
#ifndef WIN32_LEAN_AND_MEAN
|
|||
|
#define WIN32_LEAN_AND_MEAN
|
|||
|
#endif
|
|||
|
|
|||
|
#include <windows.h>
|