mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
93ae9f6b1f
commit
feacd638ff
@ -879,7 +879,7 @@ void InterfaceMakerPythonNative::write_module_support(ostream &out,ostream *out_
|
||||
out << " {\"Dtool_AddToDictionary\", &Dtool_AddToDictionary,METH_VARARGS,\"Used to Items Into a types (tp_dict)\"}, \n";
|
||||
}
|
||||
|
||||
out << " { NULL, NULL ,NULL,NULL}\n" << "};\n\n";
|
||||
out << " { NULL, NULL ,0,NULL}\n" << "};\n\n";
|
||||
|
||||
out << "struct LibrayDef " << moduledefdef->library_name <<"_moddef = {python_simple_funcs,BuildInstants};\n";
|
||||
if(out_h != NULL)
|
||||
|
@ -66,8 +66,8 @@ using namespace std;
|
||||
#define IMPORT_THIS __declspec(dllimport)
|
||||
#define IMPORT_FROM_SHARED_LIB __declspec(dllimport)
|
||||
#else
|
||||
#define EXPORT_THIS DTOOL_C_LINKAGE
|
||||
#define IMPORT_THIS DTOOL_C_LINKAGE
|
||||
#define EXPORT_THIS
|
||||
#define IMPORT_THIS
|
||||
#define IMPORT_FROM_SHARED_LIB
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user