1. wxThread changes (detached/joinable) for MSW and docs updates
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Nov 1999 22:57:06 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Nov 1999 22:57:06 +0000 (22:57 +0000)
commitb568d04ffa191f9e3b643ca33526094eca0ba304
tree7190ec9f7049c9c2b205927b6e86a52ccc5de0aa
parentaa9a4ae1a54ab701d1e12d8a9bddf1ddd81a9a1a
1. wxThread changes (detached/joinable) for MSW and docs updates
2. wxUSE_GUI=0 compilation for MSW (use vc6dll.t with tmake) and many small
   fixes related to this
3. an attempt to make wxLog more MT friendly
4. a small fix for wxRegConfig: it doesn't create empty unused keys any
   more (SetPath() would always create a key, now it's deleted if it was
   empty)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/vc6.t
distrib/msw/tmake/vc6base.t [copied from distrib/msw/tmake/vc6.t with 61% similarity]
distrib/msw/tmake/vc6dll.t
include/wx/app.h
include/wx/msw/private.h
include/wx/msw/winundef.h
include/wx/thread.h
include/wx/utils.h
samples/console/console.cpp
samples/thread/test.cpp
src/common/appcmn.cpp
src/common/event.cpp
src/common/init.cpp
src/common/log.cpp
src/common/mimetype.cpp
src/common/string.cpp
src/msw/app.cpp
src/msw/main.cpp
src/msw/regconf.cpp
src/msw/thread.cpp
src/msw/utils.cpp
src/msw/utilsexc.cpp
src/unix/threadpsx.cpp