From 3128d1c45d8bc313abb8aae151f86bbe62c52e56 Mon Sep 17 00:00:00 2001 From: tsepez Date: Tue, 10 Jan 2017 06:03:26 -0800 Subject: Remove more _LP* typedefs. Code is much clearer when we use the actual types rather than this convention. Review-Url: https://codereview.chromium.org/2618993002 --- xfa/fxfa/app/xfa_ffbarcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/app/xfa_ffbarcode.h') diff --git a/xfa/fxfa/app/xfa_ffbarcode.h b/xfa/fxfa/app/xfa_ffbarcode.h index d2b5df3517..4690b3d612 100644 --- a/xfa/fxfa/app/xfa_ffbarcode.h +++ b/xfa/fxfa/app/xfa_ffbarcode.h @@ -90,12 +90,12 @@ enum XFA_BARCODETYPEENUM { XFA_BARCODETYPE_upcean5, XFA_BARCODETYPE_upsMaxicode }; + struct XFA_BARCODETYPEENUMINFO { uint32_t uHash; const FX_WCHAR* pName; XFA_BARCODETYPEENUM eName; BC_TYPE eBCType; }; -typedef XFA_BARCODETYPEENUMINFO const* XFA_LPCBARCODETYPEENUMINFO; #endif // XFA_FXFA_APP_XFA_FFBARCODE_H_ -- cgit v1.2.3