TWo warning fixes

This commit is contained in:
Henrik Rydgård 2018-12-17 21:07:52 +01:00
parent b2e1e3c84d
commit ab407a4a21
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
#include "ppsspp_config.h"
#ifdef PPSSPP_PLATFORM(UWP)
#if PPSSPP_PLATFORM(UWP)
// Enum name overlapped with UWP macro, quick hack to disable it
#undef OPTIONAL
#endif

View file

@ -24,7 +24,7 @@
#endif
#ifdef PPSSPP_PLATFORM(UWP)
#if PPSSPP_PLATFORM(UWP)
#define in6addr_any IN6ADDR_ANY_INIT
#endif