mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
quote c
This commit is contained in:
parent
67dce4bd7f
commit
4386afd134
@ -18,9 +18,9 @@ static int _siftdown(PyObject *list, int startpos, int pos);
|
|||||||
static int _siftup(PyObject *list, int pos);
|
static int _siftup(PyObject *list, int pos);
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
extern __declspec(dllexport) void initlibheapq(void);
|
extern "C" __declspec(dllexport) void initlibheapq(void);
|
||||||
#else
|
#else
|
||||||
extern void initlibheapq();
|
extern "C" void initlibheapq();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user