diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/fpdfdoc/doc_form.cpp | 2 | ||||
-rw-r--r-- | core/src/fxge/apple/apple_int.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fpdfdoc/doc_form.cpp b/core/src/fpdfdoc/doc_form.cpp index f40f447a68..5e333ea025 100644 --- a/core/src/fpdfdoc/doc_form.cpp +++ b/core/src/fpdfdoc/doc_form.cpp @@ -348,7 +348,7 @@ CFX_ByteString CPDF_InterForm::GenerateNewResourceName( return csTmp; } #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ -typedef struct _PDF_FONTDATA { +typedef struct PDF_FONTDATA_ { FX_BOOL bFind; LOGFONTA lf; } PDF_FONTDATA, FAR* LPDF_FONTDATA; diff --git a/core/src/fxge/apple/apple_int.h b/core/src/fxge/apple/apple_int.h index 0601fccb23..5b7be6e6c7 100644 --- a/core/src/fxge/apple/apple_int.h +++ b/core/src/fxge/apple/apple_int.h @@ -40,7 +40,7 @@ typedef enum eFXIOSFONTFLAG { eFXFontFlagSerif = 1 << 3, eFXFontFlagScript = 1 << 4, } FX_IOSFONTFLAG; -typedef struct _IOS_FONTDATA { +typedef struct IOS_FONTDATA_ { FX_DWORD nHashCode; const char* psName; FX_DWORD charsets; |