(Win32) Build fix

This commit is contained in:
twinaphex 2014-06-01 03:15:12 +02:00
parent 08c8e5fb5f
commit acd78dfc51

View File

@ -20,6 +20,10 @@
#include <stdint.h>
#include <stddef.h>
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
typedef struct
{
char config_path[PATH_MAX];