Emscripten compiler (for some reason) does not recognize uint, and cause: error: use of undeclared identifier 'uint'; did you mean 'int'?
Depends on D8488
Differential D8489
[native] replace `uint` with `unsigned int` kamil on Jul 12 2023, 6:21 AM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions Seems like unsigned int is the official type, and uint is typedefs by some compilers automatically |