]> git.saurik.com Git - wxWidgets.git/commit
* Hope this is the last bug fix in the wxThread merge ...
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 16 Jun 1998 17:17:02 +0000 (17:17 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 16 Jun 1998 17:17:02 +0000 (17:17 +0000)
commit82052affa7fae89b90755ef4785a2f8b843d5dad
treea5563de43c699a3c1da4ce1add2383ecc68eb720
parentd1c9bbf64dbe6b087397ad56ddb6942c1ff80a16
* Hope this is the last bug fix in the wxThread merge ...
* configure updated
* some function added in utilsgtk.cpp (wxSleep, wxKill)
* wxThread sample v0.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
install/gtk/INSTALL
install/gtk/configure
install/gtk/configure.in
samples/thread/Makefile [new file with mode: 0644]
samples/thread/Makefile.in [new file with mode: 0644]
samples/thread/aiai.ico [new file with mode: 0644]
samples/thread/aiai.xbm [new file with mode: 0644]
samples/thread/makefile.b32 [new file with mode: 0644]
samples/thread/makefile.bcc [new file with mode: 0644]
samples/thread/makefile.dos [new file with mode: 0644]
samples/thread/makefile.g95 [new file with mode: 0644]
samples/thread/makefile.nt [new file with mode: 0644]
samples/thread/makefile.sc [new file with mode: 0644]
samples/thread/makefile.unx [new file with mode: 0644]
samples/thread/makefile.vms [new file with mode: 0644]
samples/thread/makefile.wat [new file with mode: 0644]
samples/thread/test.cpp [new file with mode: 0644]
samples/thread/test.def [new file with mode: 0644]
samples/thread/test.rc [new file with mode: 0644]
src/gtk/setup/setup.hin
src/gtk/threadpsx.cpp
src/gtk/threadsgi.cpp
src/gtk/utilsgtk.cpp
src/gtk1/setup/setup.hin
src/gtk1/threadpsx.cpp
src/gtk1/threadsgi.cpp
src/gtk1/utilsgtk.cpp