WIN32: Add include guard to codepage.h

This commit is contained in:
Jaromir Wysoglad 2019-07-24 11:46:25 +02:00 committed by Filippos Karapetis
parent 807c55e800
commit 0db194eed4

View file

@ -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