summaryrefslogtreecommitdiff
path: root/include/dom/inttypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Include: Switch to using stdint.h rather than inttypes.hDaniel Silverstone2019-02-161-1/+1
| | | | | | | | We don't need the formatting strings, so instead include just the types themselves. This has the beneficial effect of making libdom compilable under WIN32. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Introduce integer types as defined in IDL specificationVincent Sanders2015-10-231-0/+33