]> git.saurik.com Git - wxWidgets.git/commit
1. the common helper functions are now in src/unix/utilsunx.cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Mar 1999 00:11:27 +0000 (00:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Mar 1999 00:11:27 +0000 (00:11 +0000)
commit518b5d2ffbaf7422195537a5512e791be4497591
treeb0a95ab923b4aebf6730f10b5633c368d896dda2
parentcf6c13a14fc3797171d5e90c211b229095adfe97
1. the common helper functions are now in src/unix/utilsunx.cpp
2. POSIX threads are in src/unix/threadpsx.cpp
3. some more functions are detected using configure and not  guessed from the
   platform type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
configure
configure.in
include/wx/thread.h
include/wx/unix/execute.h [new file with mode: 0644]
setup/setup.hin
src/common/utilscmn.cpp
src/gtk.inc
src/gtk/threadno.cpp
src/gtk/utilsgtk.cpp
src/gtk1/threadno.cpp
src/gtk1/utilsgtk.cpp
src/motif/app.cpp
src/motif/utils.cpp
src/unix/threadpsx.cpp [new file with mode: 0644]
src/unix/utilsunx.cpp [new file with mode: 0644]