aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-12-09 19:37:52 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:26 -0300
commit1291121270dea7f3fe807e21fe93db291d4f8d0a (patch)
treefaefe7818b774092fc6364d85740cf9be1a1f2ce /tests/samplebinding
parentcd110ab3f4f912e2f9e400909f2d3d90abbb9d60 (diff)
Fix Windows build of shiboken module.
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/typesystem_sample.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 9a0ea9920..bced56f8d 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -18,6 +18,8 @@
<primitive-type name="unsigned long"/>
<primitive-type name="std::string"/>
+ <primitive-type name="std::size_t" target-lang-api-name="PyLong">
+ </primitive-type>
<primitive-type name="Complex" target-lang-api-name="PyComplex">
<conversion-rule file="complex_conversions.h"/>
<include file-name="complex.h" location="global"/>