summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 17:58:22 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 17:58:22 +0000
commit37447018fa04ea23233dee9554e19529a4cba6d2 (patch)
tree154bc13f9a7fa424f841f7eadc2ae4e6703b2138 /include
parent200e0137b1d6397af6097d9359749e09622ba83a (diff)
downloadlibdom-37447018fa04ea23233dee9554e19529a4cba6d2.tar.gz
libdom-37447018fa04ea23233dee9554e19529a4cba6d2.tar.bz2
Include: Switch to using stdint.h rather than inttypes.h
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>
Diffstat (limited to 'include')
-rw-r--r--include/dom/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/inttypes.h b/include/dom/inttypes.h
index 3571cef..366e56e 100644
--- a/include/dom/inttypes.h
+++ b/include/dom/inttypes.h
@@ -8,7 +8,7 @@
#ifndef dom_inttypes_h_
#define dom_inttypes_h_
-#include <inttypes.h>
+#include <stdint.h>
/**
* The IDL spec(2nd ed) 3.10.5 defines a short type with 16bit range