FreeRDP/rdtk
Armin Novak 2d58e96dcc Exit main thread with winpr_exit to trigger resource cleanup.
When using pthread_once with destructors they are only called,
if each thread (including the main thread) is exited with pthread_exit.
Introducing winpr_exit as a wrapper for that purpose.
2018-02-12 10:33:02 +01:00
..
include/rdtk rdtk: fix windows build 2016-05-02 17:44:25 +02:00
librdtk Removed unused variables. 2017-12-21 11:29:24 +01:00
sample Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
CMakeLists.txt feat: add support for .source_version 2017-10-06 15:02:23 +02:00