FreeRDP/winpr/libwinpr
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
..
asn1 First shot on fixing over linking 2016-03-29 18:14:34 +02:00
bcrypt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
clipboard winpr: initial port to Universal Windows Platform (UWP) 2016-02-05 16:28:45 -05:00
com First shot on fixing over linking 2016-03-29 18:14:34 +02:00
comm fix race conditions, tests and some invalid return values 2016-06-01 16:26:26 +02:00
credentials Removed windows module.def files. 2016-02-29 15:18:47 +01:00
credui Removed windows module.def files. 2016-02-29 15:18:47 +01:00
crt Merge branch 'master' of github.com:FreeRDP/FreeRDP 2016-03-07 10:19:50 -05:00
crypto Merge branch 'master' of github.com:FreeRDP/FreeRDP 2016-03-07 10:19:50 -05:00
dsparse freerdp: UWP porting 2016-03-29 16:03:15 -04:00
environment fix race conditions, tests and some invalid return values 2016-06-01 16:26:26 +02:00
error Removed windows module.def files. 2016-02-29 15:18:47 +01:00
file winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
handle Merge pull request #3163 from akallabeth/set_file_time 2016-03-02 09:43:46 +01:00
heap Removed windows module.def files. 2016-02-29 15:18:47 +01:00
input Several fixes for keyboard type 7 (japanese) 2016-02-11 21:40:50 +01:00
interlocked Removed windows module.def files. 2016-02-29 15:18:47 +01:00
io fix race conditions, tests and some invalid return values 2016-06-01 16:26:26 +02:00
library cmake: remove some void statements and fix winpr source group 2016-06-15 13:54:31 +02:00
locale First shot on fixing over linking 2016-03-29 18:14:34 +02:00
memory First shot on fixing over linking 2016-03-29 18:14:34 +02:00
nt winpr: fix some tests 2016-06-07 17:20:56 +02:00
path winpr: fix PathMakePathA and TestWLog 2016-06-13 19:19:28 +02:00
pipe winpr: fix some tests 2016-06-07 17:20:56 +02:00
pool winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
registry freerdp: UWP porting 2016-03-29 16:03:15 -04:00
rpc Merge branch 'master' of github.com:FreeRDP/FreeRDP 2016-05-11 11:05:17 -04:00
security First shot on fixing over linking 2016-03-29 18:14:34 +02:00
shell Fixed android build issues. 2016-02-01 15:21:07 +01:00
smartcard Fixed memory leaks. 2016-05-12 10:01:30 +02:00
sspi winpr/sspi/ntlm: fix GetComputerNameExA parameters 2016-06-14 12:37:37 +02:00
sspicli winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
synch winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
sysinfo winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
thread winpr/thread: fix SwitchToThread 2016-06-02 15:38:57 +02:00
timezone Merge pull request #3333 from akallabeth/memleak_fixes 2016-05-13 11:32:48 +02:00
utils winpr: fix PathMakePathA and TestWLog 2016-06-13 19:19:28 +02:00
winhttp winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
winsock winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
wnd Removed windows module.def files. 2016-02-29 15:18:47 +01:00
wtsapi winpr/wtsapi: fixed race conditions and tests 2016-05-30 17:54:59 +02:00
CMakeLists.txt cmake: remove some void statements and fix winpr source group 2016-06-15 13:54:31 +02:00
dummy.c freerdp: various missing link dependencies and symbol exports 2013-09-03 21:48:26 -04:00
log.h Moved logging defines to main logger. 2014-09-09 16:32:04 +02:00