Commit 5dc64bb5 authored by Lisandro Dalcin's avatar Lisandro Dalcin

Windows: fix testcase failing to link

parent 3bf09ae8
cdef extern int a "c_a", b "c_b"
cdef extern from "cnamespec.h":
int a "c_a", b "c_b"
cdef struct foo "c_foo":
int i "c_i"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment