Switch: Cleanup some includes.
Disable dlopen and tty checks too.
This commit is contained in:
parent
a8213e80f7
commit
15a9a0ac8f
5 changed files with 17 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
#include "ppsspp_config.h"
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#if PPSSPP_PLATFORM(SWITCH)
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue