linmaogithub / 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 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago

Original comment by thestig@chromium.org on 4 Sep 2015 at 11:25

GoogleCodeExporter commented 8 years ago
Can this be done or will it cause issues taking patches? Seems like it wouldn't 
be too hard with find/sed.

(FX_POSITION is a bit weird as you end up with void*& in a few places)

Original comment by dsinclair@chromium.org on 15 Oct 2015 at 1:13