Handle OpenBSD in wxDialUpManager code.

Closes #13716.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-12-02 12:04:42 +00:00
parent ecc3b88b05
commit 7daecf9e6a
2 changed files with 4 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ All:
- Made wxGetLocalTimeMillis() really return local time, added
wxGetUTCTimeMillis() returning what this function used to return.
- Added wxCriticalSection::TryEnter() (Catalin Raceanu).
- Add support for OpenBSD to wxDialUpManager (brad0).
All (GUI):