summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-06 05:53:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-06 05:53:18 (GMT)
commit8726f2b89c9d34694b4551763e08e322fc103e06 (patch)
treec565e2e39ebf46caa340768695c01281d9f060af /Modules
parent2ac09cbe5e08205b56082cbbcba83d3f5220d6cf (diff)
parentabd1c97bd26d9123ff73f49894b486ed263f1f57 (diff)
downloadcpython-8726f2b89c9d34694b4551763e08e322fc103e06.zip
cpython-8726f2b89c9d34694b4551763e08e322fc103e06.tar.gz
cpython-8726f2b89c9d34694b4551763e08e322fc103e06.tar.bz2
merge 3.4
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ctypes/_ctypes_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/_ctypes/_ctypes_test.c b/Modules/_ctypes/_ctypes_test.c
index 0c0d5b6..f957e02 100644
--- a/Modules/_ctypes/_ctypes_test.c
+++ b/Modules/_ctypes/_ctypes_test.c
@@ -527,10 +527,10 @@ EXPORT(int) PointInRect(RECT *prc, POINT pt)
return 1;
}
-EXPORT(int left = 10);
-EXPORT(int top = 20);
-EXPORT(int right = 30);
-EXPORT(int bottom = 40);
+EXPORT(long left = 10);
+EXPORT(long top = 20);
+EXPORT(long right = 30);
+EXPORT(long bottom = 40);
EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr,
RECT *er, POINT fp, RECT gr)