fixed GetFreeMemory decl. to match wxWidgets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,10 +78,10 @@ wxString wxGetOsDescription();
|
|||||||
// int wxParseCommonDialogsFilter(const wxString& wildCard, wxArrayString& descriptions, wxArrayString& filters);
|
// int wxParseCommonDialogsFilter(const wxString& wildCard, wxArrayString& descriptions, wxArrayString& filters);
|
||||||
|
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
long wxGetFreeMemory();
|
wxMemorySize wxGetFreeMemory();
|
||||||
#else
|
#else
|
||||||
%inline %{
|
%inline %{
|
||||||
long wxGetFreeMemory()
|
wxMemorySize wxGetFreeMemory()
|
||||||
{ wxPyRaiseNotImplemented(); return 0; }
|
{ wxPyRaiseNotImplemented(); return 0; }
|
||||||
%}
|
%}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user