FreeRDP/winpr/libwinpr/path/include
Norbert Federa a45ac8dad8 winpr/path: fix PathCchFindExtensionA and more
- PathCchFindExtensionA had an off-by-one error when verifying the
  required null termination
- TestPathCchFindExtension used unicode strings when testing the
  *A (ASCII) functions
- The PathAllocCombineW implementation (which is still buggy has
  hell) used strlen to calculate the lenght of unicode strings

TestPath now succeeds on WIN32
2016-05-26 18:36:02 +02:00
..
PathAllocCombine.c winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02: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 winpr: fix PathCchAppend 2015-06-03 16:06:02 +02:00