KingsleyYau / google-breakpad

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

common/convert_UTF.cc defines true and false without guards #507

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you have code that includes the convert_UTF.cc file and also includes 
stdbool.h it will not compile due to double definition of true and false.

Original issue reported on code.google.com by dmaclach on 6 Dec 2012 at 1:18

GoogleCodeExporter commented 9 years ago
Fixed in r1245.

Original comment by thestig@chromium.org on 17 Dec 2013 at 11:50