diff options
author | tsepez <tsepez@chromium.org> | 2017-01-10 06:03:26 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-10 06:03:26 -0800 |
commit | 3128d1c45d8bc313abb8aae151f86bbe62c52e56 (patch) | |
tree | dffc158fa0e9a4c17801b82063e9ba203daf979e /xfa/fxfa/app/xfa_ffbarcode.h | |
parent | 5e9066cbfa252b84d49f8b4adba445ba7761e81f (diff) | |
download | pdfium-3128d1c45d8bc313abb8aae151f86bbe62c52e56.tar.xz |
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
Diffstat (limited to 'xfa/fxfa/app/xfa_ffbarcode.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffbarcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |