FreeRDP/winpr
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
..
include winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
libwinpr winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
test winpr: fixed HRESULT & SCODE types, added a ctest 2015-06-02 19:52:52 +02:00
tools Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt freerdp: more UWP porting 2016-03-29 20:34:52 -04:00
winpr.pc.in First shot on fixing over linking 2016-03-29 18:14:34 +02:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00