chushanjushi / sfntly

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

QNX build is broken #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When building on QNX, the build is broken.

sfntly uses "#include <cstddef>" to get size_t, but that only puts size_t in 
the std:: namespace with the strict library on QNX.

Original issue reported on code.google.com by efidler....@gmail.com on 29 Oct 2013 at 6:02

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/19330043

Original comment by efidler....@gmail.com on 29 Oct 2013 at 6:07

GoogleCodeExporter commented 9 years ago
This was fixed in r230. I don't have EditBugs permission to close it.

Original comment by efidler....@gmail.com on 11 Nov 2013 at 5:24