diff options
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/win32/codepage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/codepage.h b/backends/platform/sdl/win32/codepage.h index 98ef3ce7fe..db1f7dd78b 100644 --- a/backends/platform/sdl/win32/codepage.h +++ b/backends/platform/sdl/win32/codepage.h @@ -20,6 +20,9 @@ * */ +#ifndef WIN32_CODEPAGE_H +#define WIN32_CODEPAGE_H + #include "common/scummsys.h" #include "common/str.h" namespace Win32 { @@ -191,3 +194,5 @@ const CodePageDescription g_cpDescriptions[] = { int getCodePageId(Common::String name); } + +#endif // WIN32_CODEPAGE_H |