]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
Adding MSVC makefile support for building the TIFF library
[wxWidgets.git] / src / common / object.cpp
index 41fce11f1682a4b1023a3a8e3986f95468a6085e..0dadb599746f2cb0607aa5ae623bd1554ff11199 100644 (file)
     #include "wx/ioswrap.h"
 #endif
 
-#if !USE_SHARED_LIBRARY
 wxClassInfo wxObject::sm_classwxObject((wxChar *) wxT("wxObject"), (wxChar *) NULL, (wxChar *) NULL, (int ) sizeof(wxObject), (wxObjectConstructorFn) NULL);
 wxClassInfo* wxClassInfo::sm_first = (wxClassInfo *) NULL;
 wxHashTable* wxClassInfo::sm_classTable = (wxHashTable*) NULL;
-#endif
 
 /*
  * wxWindows root object.