updated portability note for wxGetDiskSpace (patch 1682889)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-17 23:05:50 +00:00
parent f252b6587c
commit b3eb9bf553

View File

@@ -1066,8 +1066,8 @@ directory doesn't exist).
\wxheading{Portability}
This function is implemented for Win32,
Mac OS and generic Unix provided the system has {\tt statfs()} function.
The generic Unix implementation depends on the system having
the \texttt{statfs()} or \texttt{statvfs()} function.
This function first appeared in wxWidgets 2.3.2.