FreeRDP/winpr/libwinpr/synch
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: fix some tests 2016-06-07 17:20:56 +02:00
address.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
barrier.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
CMakeLists.txt Necessary changes to get latest branch working on OpenBSD 5.6 2015-04-21 14:42:06 -04:00
condition.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
critical.c winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
event.c winpr/event: fix file descriptor leak 2016-05-23 13:04:44 +02:00
init.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
mutex.c winpr/synch: fix mutex implementation 2016-05-24 15:10:57 +02:00
semaphore.c winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
sleep.c Fixed various memory leaks and compiler warnings. 2013-09-05 12:14:33 +02:00
srw.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
synch.h winpr/synch: rewrite barrier implementation & test 2016-06-03 18:56:36 +02:00
timer.c winpr/synch: fix InitializeWaitableTimer result 2016-06-06 23:06:12 +02:00
wait.c fix race conditions, tests and some invalid return values 2016-06-01 16:26:26 +02:00