Still fighting os and compiler versions

VS: ----------------------------------------------------------------------
This commit is contained in:
Roger Hughston 2005-06-29 22:27:51 +00:00
parent 997856dc00
commit bcac5f1982
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ using namespace std;
#ifdef _WIN32
#define EXPORT_THIS __declspec(dllexport)
#define IMPORT_THIS __declspec(dllimport)
#define IMPORT_THIS extern __declspec(dllimport)
#else
#define EXPORT_THIS
#define IMPORT_THIS extern
@ -868,7 +868,7 @@ int Dtool_Init_DTOOL_SUPPER_BASE(PyObject *self, PyObject *args, PyObject *kwds
#else
extern IMPORT_THIS struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE;
IMPORT_THIS struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE;
#endif // DTOOL_CREATE_SUPPER_BASE