FreeRDP/winpr/libwinpr/pool
Norbert Federa 27c439675f winpr: fix win32 linking issues
Depending on the windows target version (_WIN32_WINNT), the used
SDK and the build configuration the linker will see multiple
libraries exporting the same symbols.
To prevent ugly hacks (e.g. modifying cmake's default system
libraries or fragile library linking order chains) we prefix
these functions with "winpr_" and create corresponding defines
to keep the current api names.
2016-06-16 11:47:33 +02:00
..
test winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
callback_cleanup.c winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
callback.c winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
cleanup_group.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
CMakeLists.txt winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
io.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
ModuleOptions.cmake libwinpr-pool: stubbed thread pooling API 2012-12-21 18:30:33 -05:00
pool.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
pool.h winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
synch.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
timer.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
work.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00