]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
use the native wxImageList under Win32 as otherwise xUniv doesn't link currently
[wxWidgets.git] / include / wx / dynlib.h
index 56fd795c0b659b8c67b2079d3e5e524797c1b295..a3c4f2d98b0fd9ed06bf9982cf1cb17897894cbf 100644 (file)
@@ -55,7 +55,7 @@
 #elif defined(__DARWIN__)
     typedef void *wxDllType;
 #elif defined(__WXMAC__)
-    typedef CFragConnectionID wxDllType;
+    typedef void *wxDllType;
 #else
 #   error "wxLibrary can't be compiled on this platform, sorry."
 #endif // OS