mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Win32) Build fix
This commit is contained in:
parent
08c8e5fb5f
commit
acd78dfc51
@ -20,6 +20,10 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 4096
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
char config_path[PATH_MAX];
|
char config_path[PATH_MAX];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user