From 37447018fa04ea23233dee9554e19529a4cba6d2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 16 Feb 2019 17:58:22 +0000 Subject: 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 --- include/dom/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include /** * The IDL spec(2nd ed) 3.10.5 defines a short type with 16bit range -- cgit v1.2.3