added WXDLLEXPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-07-27 09:35:16 +00:00
parent ae9cab0676
commit 1ad83f6b37
26 changed files with 68 additions and 68 deletions

View File

@@ -15,11 +15,11 @@
#define _PROPHND_H_
class wxXmlNode;
class wxList;
class wxListCtrl;
class wxPanel;
class wxWindow;
class WXDLLEXPORT wxXmlNode;
class WXDLLEXPORT wxList;
class WXDLLEXPORT wxListCtrl;
class WXDLLEXPORT wxPanel;
class WXDLLEXPORT wxWindow;
#include "wx/xml/xml.h"
#include "wx/dynarray.h"