Minor cleanings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
41ab357ed9
commit
c0089c96ec
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: list.h
|
||||
// Name: wx/list.h
|
||||
// Purpose: wxList, wxStringList classes
|
||||
// Author: Julian Smart
|
||||
// Modified by: VZ at 16/11/98: WX_DECLARE_LIST() and typesafe lists added
|
||||
@ -309,7 +309,7 @@ private:
|
||||
WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo)
|
||||
|
||||
// this macro must be inserted in your program after
|
||||
// #include <wx/listimpl.cpp>
|
||||
// #include "wx/listimpl.cpp"
|
||||
#define WX_DEFINE_LIST(name) "don't forget to include listimpl.cpp!"
|
||||
|
||||
#define WX_DEFINE_EXPORTED_LIST(name) WX_DEFINE_LIST(name)
|
||||
@ -1064,7 +1064,7 @@ private:
|
||||
WX_DECLARE_LIST_PTR_2(elementtype, listname, wx##listname##Node, class usergoo)
|
||||
|
||||
// this macro must be inserted in your program after
|
||||
// #include <wx/listimpl.cpp>
|
||||
// #include "wx/listimpl.cpp"
|
||||
#define WX_DEFINE_LIST(name) "don't forget to include listimpl.cpp!"
|
||||
|
||||
#define WX_DEFINE_EXPORTED_LIST(name) WX_DEFINE_LIST(name)
|
||||
@ -1236,5 +1236,4 @@ public:
|
||||
(list).clear(); \
|
||||
}
|
||||
|
||||
#endif
|
||||
// _WX_LISTH__
|
||||
#endif // _WX_LISTH__
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: font.h
|
||||
// Name: wx/msw/font.h
|
||||
// Purpose: wxFont class
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef _WX_FONT_H_
|
||||
#define _WX_FONT_H_
|
||||
|
||||
#include <wx/gdicmn.h>
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxFont
|
||||
@ -154,5 +154,4 @@ private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFont)
|
||||
};
|
||||
|
||||
#endif
|
||||
// _WX_FONT_H_
|
||||
#endif // _WX_FONT_H_
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: private.h
|
||||
// Name: wx/msw/private.h
|
||||
// Purpose: Private declarations: as this header is only included by
|
||||
// wxWidgets itself, it may contain identifiers which don't start
|
||||
// with "wx".
|
||||
@ -210,8 +210,8 @@ struct WinStruct : public T
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/colour.h>
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/colour.h"
|
||||
|
||||
// make conversion from wxColour and COLORREF a bit less painful
|
||||
inline COLORREF wxColourToRGB(const wxColour& c)
|
||||
|
@ -34,15 +34,6 @@ class WXDLLIMPEXP_BASE wxObject;
|
||||
// conditional compilation
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// this shouldn't be needed any longer as <wx/msw/private.h> does it but it
|
||||
// doesn't hurt neither
|
||||
#ifdef GetClassName
|
||||
#undef GetClassName
|
||||
#endif
|
||||
#ifdef GetClassInfo
|
||||
#undef GetClassInfo
|
||||
#endif
|
||||
|
||||
class WXDLLIMPEXP_BASE wxClassInfo;
|
||||
class WXDLLIMPEXP_BASE wxHashTable;
|
||||
class WXDLLIMPEXP_BASE wxObjectRefData;
|
||||
@ -581,5 +572,4 @@ private :
|
||||
#include "wx/msw/msvcrt.h"
|
||||
#endif
|
||||
|
||||
#endif // _WX_OBJECTH__
|
||||
|
||||
#endif // _WX_OBJECTH__
|
||||
|
@ -20,7 +20,7 @@
|
||||
class WXDLLEXPORT wxOwnerDrawn;
|
||||
|
||||
// define the array of list box items
|
||||
#include <wx/dynarray.h>
|
||||
#include "wx/dynarray.h"
|
||||
|
||||
WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
|
||||
#endif // wxUSE_OWNER_DRAWN
|
||||
@ -173,5 +173,4 @@ private:
|
||||
DECLARE_DYNAMIC_CLASS(wxListBox)
|
||||
}; // end of wxListBox
|
||||
|
||||
#endif
|
||||
// _WX_LISTBOX_H_
|
||||
#endif // _WX_LISTBOX_H_
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _WX_FONT_H_
|
||||
#define _WX_FONT_H_
|
||||
|
||||
#include <wx/gdicmn.h>
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxFont
|
||||
@ -146,5 +146,4 @@ private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFont)
|
||||
};
|
||||
|
||||
#endif
|
||||
// _WX_FONT_H_
|
||||
#endif // _WX_FONT_H_
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#ifdef WX_PRECOMP
|
||||
|
||||
// include <wx/wxchar.h> first to ensure that UNICODE macro is correctly set
|
||||
// include "wx/wxchar.h" first to ensure that UNICODE macro is correctly set
|
||||
// _before_ including <windows.h>
|
||||
#include "wx/wxchar.h"
|
||||
|
||||
|
@ -689,7 +689,7 @@ private :
|
||||
wxString m_name ;
|
||||
} ;
|
||||
|
||||
#include <wx/dynarray.h>
|
||||
#include "wx/dynarray.h"
|
||||
|
||||
WX_DECLARE_OBJARRAY_WITH_DECL(wxxVariant, wxxVariantArray, class WXDLLIMPEXP_BASE);
|
||||
|
||||
@ -2076,4 +2076,4 @@ template<typename collection_t> void wxArrayCollectionToVariantArray( const coll
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif // _WX_XTIH__
|
||||
|
Loading…
Reference in New Issue
Block a user