mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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);
|
||||
|
||||
#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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user