WIN32: Add include guard to codepage.h
This commit is contained in:
parent
807c55e800
commit
0db194eed4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue