| // Copyright 2014 The PDFium Authors |
| // 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_FXCODEC_FX_CODEC_DEF_H_ |
| #define CORE_FXCODEC_FX_CODEC_DEF_H_ |
| enum class FXCODEC_STATUS { |
| enum FXCODEC_IMAGE_TYPE { |
| FXCODEC_IMAGE_UNKNOWN = 0, |
| #ifdef PDF_ENABLE_XFA_BMP |
| #endif // PDF_ENABLE_XFA_BMP |
| #ifdef PDF_ENABLE_XFA_PNG |
| #endif // PDF_ENABLE_XFA_PNG |
| #ifdef PDF_ENABLE_XFA_GIF |
| #endif // PDF_ENABLE_XFA_GIF |
| #ifdef PDF_ENABLE_XFA_TIFF |
| #endif // PDF_ENABLE_XFA_TIFF |
| #endif // CORE_FXCODEC_FX_CODEC_DEF_H_ |