*** empty log message ***

This commit is contained in:
Roger Hughston 2005-05-24 17:46:10 +00:00
parent 93ae9f6b1f
commit feacd638ff
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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
///////////////////////////////////////////////////////////////////////////////////