Gitweb links:

...log 
http://git.netsurf-browser.org/libdom.git/shortlog/37447018fa04ea23233dee9554e19529a4cba6d2
...commit 
http://git.netsurf-browser.org/libdom.git/commit/37447018fa04ea23233dee9554e19529a4cba6d2
...tree 
http://git.netsurf-browser.org/libdom.git/tree/37447018fa04ea23233dee9554e19529a4cba6d2

The branch, master has been updated
       via  37447018fa04ea23233dee9554e19529a4cba6d2 (commit)
      from  200e0137b1d6397af6097d9359749e09622ba83a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libdom.git/commit/?id=37447018fa04ea23233dee9554e19529a4cba6d2
commit 37447018fa04ea23233dee9554e19529a4cba6d2
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    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 <[email protected]>

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


-----------------------------------------------------------------------

Summary of changes:
 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 <inttypes.h>
+#include <stdint.h>
 
 /**
  * The IDL spec(2nd ed) 3.10.5 defines a short type with 16bit range


-- 
Document Object Model library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to