From 2886a25b68225ad3ad70d417b01108ad1d126488 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 23 Feb 2016 12:09:25 -0800 Subject: Remove more _CAPS names R=thestig@chromium.org Review URL: https://codereview.chromium.org/1726803002 . --- core/src/fxge/apple/apple_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxge') 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; -- cgit v1.2.3