projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declara...
[wxWidgets.git]
/
include
/
wx
/
dialup.h
diff --git
a/include/wx/dialup.h
b/include/wx/dialup.h
index 3c8a9dfdf9787c8ea9285c65dd3eed455f667547..73819e1df8ac80d889f06d195cf99dd972f986d6 100644
(file)
--- a/
include/wx/dialup.h
+++ b/
include/wx/dialup.h
@@
-43,7
+43,7
@@
class WXDLLIMPEXP_FWD_BASE wxArrayString;
* main thread?
*/
* main thread?
*/
-class WXDLL
EXPORT
wxDialUpManager
+class WXDLL
IMPEXP_CORE
wxDialUpManager
{
public:
// this function should create and return the object of the
{
public:
// this function should create and return the object of the
@@
-156,7
+156,7
@@
extern WXDLLIMPEXP_CORE const wxEventType wxEVT_DIALUP_CONNECTED;
extern WXDLLIMPEXP_CORE const wxEventType wxEVT_DIALUP_DISCONNECTED;
// the event class for the dialup events
extern WXDLLIMPEXP_CORE const wxEventType wxEVT_DIALUP_DISCONNECTED;
// the event class for the dialup events
-class WXDLL
EXPORT
wxDialUpEvent : public wxEvent
+class WXDLL
IMPEXP_CORE
wxDialUpEvent : public wxEvent
{
public:
wxDialUpEvent(bool isConnected, bool isOwnEvent) : wxEvent(isOwnEvent)
{
public:
wxDialUpEvent(bool isConnected, bool isOwnEvent) : wxEvent(isOwnEvent)