FreeRDP/winpr/libwinpr/path
Norbert Federa 62d73dcb75 winpr: fix PathMakePathA and TestWLog
PathMakePathA:
- This function had an endless loop if no native delimiter was in the string
- Use SHCreateDirectoryExA on Windows
- Replaced old code with a new implementation

TestWLog:
- Windows has no "/tmp" by default
- Use GetKnownPath(KNOWN_PATH_TEMP) for the WLog "outputfilepath"
2016-06-13 19:19:28 +02:00
..
include winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02:00
test winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
ModuleOptions.cmake libwinpr: stubbed Path API 2012-09-22 22:02:55 -04:00
path.c winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02:00
shell.c winpr: fix PathMakePathA and TestWLog 2016-06-13 19:19:28 +02:00