Merge branch 'master' of https://github.com/86Box/86Box into feature/968_new
This commit is contained in:
@@ -58,16 +58,17 @@
|
|||||||
|
|
||||||
#define G_SPAWN_SEARCH_PATH 0
|
#define G_SPAWN_SEARCH_PATH 0
|
||||||
|
|
||||||
#if defined(__LP64__) || defined(__LLP64__)
|
#if defined(__LP64__) || defined(__LLP64__) || defined(_WIN64)
|
||||||
# define GLIB_SIZEOF_VOID_P 8
|
# define GLIB_SIZEOF_VOID_P 8
|
||||||
#else
|
# if defined(__LLP64__) || defined(_WIN64)
|
||||||
# define GLIB_SIZEOF_VOID_P 4
|
# define GLIB_SIZEOF_LONG 4
|
||||||
#endif
|
# else
|
||||||
#ifdef __LP64__
|
# define GLIB_SIZEOF_LONG 8
|
||||||
# define GLIB_SIZEOF_LONG 8
|
# endif
|
||||||
# define GLIB_SIZEOF_SIZE_T 8
|
# define GLIB_SIZEOF_SIZE_T 8
|
||||||
# define GLIB_SIZEOF_SSIZE_T 8
|
# define GLIB_SIZEOF_SSIZE_T 8
|
||||||
#else
|
#else
|
||||||
|
# define GLIB_SIZEOF_VOID_P 4
|
||||||
# define GLIB_SIZEOF_LONG 4
|
# define GLIB_SIZEOF_LONG 4
|
||||||
# define GLIB_SIZEOF_SIZE_T 4
|
# define GLIB_SIZEOF_SIZE_T 4
|
||||||
# define GLIB_SIZEOF_SSIZE_T 4
|
# define GLIB_SIZEOF_SSIZE_T 4
|
||||||
|
Reference in New Issue
Block a user