FreeRDP/winpr/libwinpr/path/include
Norbert Federa 17ceafbb0c winpr: fix PathCchAddExtension
The HRESULT S_FALSE does not indicate an error:
- return E_INVALIDARG instead of S_FALSE
- return HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER) instead of S_FALSE

Also extended/fixed the corresponding ctest
2015-06-03 16:06:02 +02:00
..
PathAllocCombine.c libwinpr-path: fix Windows build 2012-10-17 07:48:24 -04:00
PathCchAddExtension.c winpr: fix PathCchAddExtension 2015-06-03 16:06:02 +02:00
PathCchAddSeparator.c winpr: fix PathCchAddBackslash 2015-06-03 16:06:01 +02:00
PathCchAddSeparatorEx.c winpr: fix PathCchAddBackslashEx 2015-06-03 16:06:02 +02:00
PathCchAppend.c libwinpr-path: fix Windows build 2012-10-17 07:48:24 -04:00