summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 890a8ff..5d11b62 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -30,8 +30,8 @@ our %native_interface = (
our %special_type = (
# Some of the type are not defined now!
boolean => "bool ",
- int => "unsigned long ",
- "unsigned long" => "unsigned long ",
+ int => "int32_t ",
+ "unsigned long" => "uint32_t ",
DOMString => "dom_string *",
List => "list *",
Collection => "list *",