From acd78dfc5128be0ae51cd9468e3b4d9718f96dee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Jun 2014 03:15:12 +0200 Subject: [PATCH] (Win32) Build fix --- console/rarch_console.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/console/rarch_console.h b/console/rarch_console.h index 1866d4a642..d183879340 100644 --- a/console/rarch_console.h +++ b/console/rarch_console.h @@ -20,6 +20,10 @@ #include #include +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif + typedef struct { char config_path[PATH_MAX];