projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move wxThreadEvent into wxBase.
[wxWidgets.git]
/
include
/
wx
/
paper.h
diff --git
a/include/wx/paper.h
b/include/wx/paper.h
index 1f26fbd102632a0bbbefc251b42e439c4c79a714..1d65049146e07cdb7e2d10635d8e037bf75dba0b 100644
(file)
--- a/
include/wx/paper.h
+++ b/
include/wx/paper.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: paper.h
+// Name:
wx/
paper.h
// Purpose: Paper database types and classes
// Author: Julian Smart
// Modified by:
// Purpose: Paper database types and classes
// Author: Julian Smart
// Modified by:
@@
-30,7
+30,7
@@
#define WXADDPAPER(paperId, platformId, name, w, h) AddPaperType(paperId, 0, name, w, h)
#endif
#define WXADDPAPER(paperId, platformId, name, w, h) AddPaperType(paperId, 0, name, w, h)
#endif
-class WXDLL
EXPORT
wxPrintPaperType: public wxObject
+class WXDLL
IMPEXP_CORE
wxPrintPaperType: public wxObject
{
public:
wxPrintPaperType();
{
public:
wxPrintPaperType();
@@
-68,9
+68,9
@@
private:
WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap);
WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap);
-class WXDLL
EXPORT
wxPrintPaperTypeList;
+class WXDLL
IMPEXP_FWD_CORE
wxPrintPaperTypeList;
-class WXDLL
EXPORT
wxPrintPaperDatabase
+class WXDLL
IMPEXP_CORE
wxPrintPaperDatabase
{
public:
wxPrintPaperDatabase();
{
public:
wxPrintPaperDatabase();
@@
-115,7
+115,7
@@
private:
// DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase)
};
// DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase)
};
-extern WXDLL
EXPORT_DATA
(wxPrintPaperDatabase*) wxThePrintPaperDatabase;
+extern WXDLL
IMPEXP_DATA_CORE
(wxPrintPaperDatabase*) wxThePrintPaperDatabase;
#endif
#endif