From 8334be07bfa5e3c2c15b8b1e96c0eeb2d08f9356 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Tue, 21 Jul 2020 10:17:16 +0200 Subject: [PATCH] Fix issue with the PS2 and PRI_SIZET --- libretro-common/include/retro_miscellaneous.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/retro_miscellaneous.h b/libretro-common/include/retro_miscellaneous.h index 83378d8d0d..81125b98fe 100644 --- a/libretro-common/include/retro_miscellaneous.h +++ b/libretro-common/include/retro_miscellaneous.h @@ -165,7 +165,7 @@ typedef struct # define PRI_SIZET "u" # endif # endif -#elif PS2 +#elif defined(PS2) # define PRI_SIZET "u" #else # if (SIZE_MAX == 0xFFFF)