FreeRDP/winpr/libwinpr/path/test/TestPathCchCanonicalizeEx.c
2019-11-07 10:53:54 +01:00

13 lines
247 B
C

#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/path.h>
#include <winpr/tchar.h>
#include <winpr/winpr.h>
int TestPathCchCanonicalizeEx(int argc, char* argv[])
{
printf("Warning: %s is not implemented!\n", __FUNCTION__);
return 0;
}