wxWidgets/include/wx/unix
Václav Slavík 49e714e127 Fix wxTlsValue<> memory leaks.
Win32 API doesn't provide pthreads-like destructors, so we need to
emulate them to free per-thread allocated memory.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-08 12:21:58 +00:00
..
private Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
app.h
apptbase.h
apptrait.h
chkconf.h Disable wxUSE_FSWATCHER under Unix if neither inotify nor kqueue is available. 2010-01-29 13:07:26 +00:00
evtloop.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
evtloopsrc.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
execute.h
fontutil.h
fswatcher_inotify.h
fswatcher_kqueue.h
glx11.h
joystick.h
mimetype.h
pipe.h
private.h
sound.h
stackwalk.h
stdpaths.h
taskbarx11.h minor cleanup 2009-12-05 19:57:58 +00:00
tls.h Fix wxTlsValue<> memory leaks. 2010-03-08 12:21:58 +00:00
utilsx11.h