]> git.saurik.com Git - wxWidgets.git/commitdiff
some fwd declarations added to the header
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Mar 2000 07:52:46 +0000 (07:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Mar 2000 07:52:46 +0000 (07:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/listctrl.h
src/msw/listctrl.cpp

index 81378145cbb5e47a48423fa0b9a09d070518bd1d..b918bb063a050d2656f9b66d26e32962bb53787d 100644 (file)
 
 #include "wx/control.h"
 #include "wx/event.h"
-#include "wx/imaglist.h"
 #include "wx/hash.h"
 
+class WXDLLEXPORT wxTextCtrl;
+class WXDLLEXPORT wxImageList;
+
 /*
     The wxListCtrl can show lists of items in four different modes:
     wxLC_LIST:   multicolumn list view, with optional small icons (icons could be
index 7904f4b673217d48377b45a64998970211b32270..f6deb429ebaef2bc69da251b9e20b3e5d2110751 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifdef __WIN95__
+
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
+    #include "wx/app.h"
+    #include "wx/textctrl.h"
+    #include "wx/imaglist.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/settings.h"
 #endif
 
-#ifdef __WIN95__
-
 #include "wx/listctrl.h"
-#include "wx/log.h"
 
 #include "wx/msw/private.h"