]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
add wxUSE_BASE64 checks around DoRead/WriteBinary() functions
[wxWidgets.git] / include / wx / msw / listbox.h
index afe5f34d1e8d513ec34ac754a42a663ac7e32b0e..d4eb27141ce1ad2aeb57827f7bf3157d89744a3f 100644 (file)
@@ -19,7 +19,7 @@
 // ----------------------------------------------------------------------------
 
 #if wxUSE_OWNER_DRAWN
-  class WXDLLEXPORT wxOwnerDrawn;
+  class WXDLLIMPEXP_FWD_CORE wxOwnerDrawn;
 
   // define the array of list box items
   #include  "wx/dynarray.h"
@@ -28,7 +28,7 @@
 #endif // wxUSE_OWNER_DRAWN
 
 // forward decl for GetSelections()
-class WXDLLIMPEXP_BASE wxArrayInt;
+class WXDLLIMPEXP_FWD_BASE wxArrayInt;
 
 // ----------------------------------------------------------------------------
 // List box control