susia77 / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

Refactor pdfium to remove FX_* types that are the same on all platforms. #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tracking bug for code cleanup.  

Introducing FX_* typedefs for common types reduces transparency, the exception 
being where a type must differ from platform to platform for portability. 
<stdint> types are now preferred.

Original issue reported on code.google.com by tsepez@chromium.org on 18 Nov 2014 at 6:16