]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/gdiobj.cpp
conditional compilation for compositing
[wxWidgets.git] / src / mac / gdiobj.cpp
index 46b1aa871fc57fd8ed02bd1ad813ad4655bfb5bd..528c5a7efe4467940b2f65a72bdbcec3b76aa440 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        gdiobj.cpp
 // Purpose:     wxGDIObject class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -15,6 +15,8 @@
 
 #include "wx/gdiobj.h"
 
+#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
+#endif
 
 // TODO: Nothing to do, unless you want to.