From 0db194eed47bfd30a0ac830d7aa0375969caaae5 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Wed, 24 Jul 2019 11:46:25 +0200 Subject: WIN32: Add include guard to codepage.h --- backends/platform/sdl/win32/codepage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backends') 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 -- cgit v1.2.3