uint isn't portable and makes some compilers angry, change to unsigned int
Summary: As part of the windows port, uint is not defined as a type and is not standard, it makes msvc choke, a simple change to unsigned int fixes the issue Test Plan: fbmake runtests Reviewed By: delong.j@fb.com FB internal diff: D1278487
Showing
Please register or sign in to comment