tons of wxFTP fixes and compilation fix for wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-12-19 16:56:27 +00:00
parent dda88f5eee
commit 2e907fab47
5 changed files with 587 additions and 298 deletions

View File

@@ -74,6 +74,8 @@ enum wxFontEncoding
// types
// ----------------------------------------------------------------------------
#if wxUSE_GUI
// This private structure specifies all the parameters needed to create a font
// with the given encoding on this platform.
//
@@ -110,4 +112,6 @@ struct WXDLLEXPORT wxNativeEncodingInfo
wxString ToString() const;
};
#endif // wxUSE_GUI
#endif // _WX_FONTENC_H_