1. fixed crash in wxDateTime::ParseDate
2. some DLL compilation fixes 3. wxHandleFatalExceptions() implemented for MSW and documented 4. some attempts to make setup0.h a bit nicer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
#endif // ASCII/Unicode
|
||||
|
||||
// structure passed to the secondary thread
|
||||
struct wxRasThreadData
|
||||
struct WXDLLEXPORT wxRasThreadData
|
||||
{
|
||||
wxRasThreadData()
|
||||
{
|
||||
@@ -199,7 +199,7 @@ private:
|
||||
void CleanUpThreadData();
|
||||
|
||||
// timer used for polling RAS status
|
||||
class RasTimer : public wxTimer
|
||||
class WXDLLEXPORT RasTimer : public wxTimer
|
||||
{
|
||||
public:
|
||||
RasTimer(wxDialUpManagerMSW *dialUpManager)
|
||||
|
Reference in New Issue
Block a user