mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Removed a _cdecl ???
----------------------------------------------------------------------
This commit is contained in:
parent
78024e3740
commit
997856dc00
@ -818,7 +818,7 @@ static long DTool_HashKey_Methods_DTOOL_SUPPER_BASE(PyObject * self)
|
||||
};
|
||||
|
||||
|
||||
inline void __cdecl Dtool_PyModuleClassInit_DTOOL_SUPPER_BASE(PyObject *module)
|
||||
inline void Dtool_PyModuleClassInit_DTOOL_SUPPER_BASE(PyObject *module)
|
||||
{
|
||||
static bool initdone = false;
|
||||
if(!initdone)
|
||||
|
Loading…
x
Reference in New Issue
Block a user