This commit is contained in:
David Rose 2004-09-04 00:24:19 +00:00
parent 67dce4bd7f
commit 4386afd134

View File

@ -18,9 +18,9 @@ static int _siftdown(PyObject *list, int startpos, int pos);
static int _siftup(PyObject *list, int pos);
#ifdef _WIN32
extern __declspec(dllexport) void initlibheapq(void);
extern "C" __declspec(dllexport) void initlibheapq(void);
#else
extern void initlibheapq();
extern "C" void initlibheapq();
#endif
static PyObject *