FreeRDP/client/Windows
akallabeth d2ab631c40
Test uri fix (#8232)
* Fixed TestUri unit test

* Make proper unit test out of the test function
* Add proper test cases

* Replace FindFirstFileA with FindFirstFileW for addins

This allows addin paths to contain unicode symbols.

* Fixed parse_uri_to_local_file definition

* Move to common clipboard.c file
* Move to header file so it can be included in test case

* Added WINPR_LOCAL for test builds

This macro exports internal functions in case of a unit test build
This way unit tests can access these without other workarounds.

* Fixed typo in function name is_dos_driver

* Cleaned up FindFirstFileW call

Use a wrapper function to convert to unicode and call the function

* Cleaned up BUILD_TESTING and EXPORT_ALL_SYMBOLS

* EXPORT_ALL_SYMBOLS now does as the name implies and exports all
  non static functions/variables from the library.
* BUILD_TESTING now only sets the defines for test code and
  activates EXPORT_ALL_SYMBOLS to allow tests to access internal
  code

* Fixed windows client warnings

* disable CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
2022-09-26 11:22:02 +02:00
..
cli Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
resource Added smartcard emulation layer 2022-01-11 12:34:43 +01:00
CMakeLists.txt Explicitly link NTDLL for windows client 2022-05-02 09:08:10 +02:00
ModuleOptions.cmake freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
wf_channels.c Unify encomsp request control code 2022-09-13 09:22:41 +02:00
wf_channels.h Cleaned up PubSub 2022-01-19 09:24:57 +01:00
wf_client.c Test uri fix (#8232) 2022-09-26 11:22:02 +02:00
wf_client.h add windows client assistance request control menu item 2022-09-16 08:47:06 +02:00
wf_cliprdr.c fix can not copy file after last copy 2022-09-20 11:56:35 +02:00
wf_cliprdr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_event.c Test uri fix (#8232) 2022-09-26 11:22:02 +02:00
wf_event.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_floatbar.c Use a client/common context component 2022-02-22 09:44:13 +01:00
wf_floatbar.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
wf_gdi.c fix scaling of update rect on windows client 2022-09-12 08:40:10 +02:00
wf_gdi.h Update wf_gdi.h 2022-09-12 08:40:10 +02:00
wf_graphics.c reformatted 2022-06-23 08:48:39 +02:00
wf_graphics.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_rail.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_rail.h Fixed #6696: Implement HandshakeEx in windows client 2021-01-19 17:13:40 +01:00