diff options
Diffstat (limited to 'src/osd/strconv.cpp')
-rw-r--r-- | src/osd/strconv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/strconv.cpp b/src/osd/strconv.cpp index b8c6b999c19..d8fed98d687 100644 --- a/src/osd/strconv.cpp +++ b/src/osd/strconv.cpp @@ -5,7 +5,7 @@ // strconv.cpp - Win32 string conversion // //============================================================ -#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) +#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) || defined(OSD_UWP) #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif @@ -16,7 +16,7 @@ // MAMEOS headers #include "strconv.h" -#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) +#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) || defined(OSD_UWP) namespace { |