| // Copyright 2021 PDFium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| |
| #ifndef CORE_FXCRT_FX_CODEPAGE_FORWARD_H_ |
| #define CORE_FXCRT_FX_CODEPAGE_FORWARD_H_ |
| |
| #include <stdint.h> |
| |
| // Incomplete definitions of large enumerated type for headers that don't |
| // need the specifics. |
| enum class FX_CodePage : uint16_t; |
| |
| #endif // CORE_FXCRT_FX_CODEPAGE_FORWARD_H_ |