mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
CMake 2.8 does not support default visibility on windows. To allow building tests add the FREERDP_LOCAL define for each function that is internal to FreeRDP. When build with testing these functions are exported and available for use by tests.