FreeRDP/winpr/libwinpr/path/test/TestPathCchIsRoot.c

14 lines
240 B
C
Raw Normal View History

2012-10-02 00:49:34 +04:00
#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/path.h>
#include <winpr/tchar.h>
#include <winpr/winpr.h>
int TestPathCchIsRoot(int argc, char* argv[])
{
printf("Warning: %s is not implemented!\n", __FUNCTION__);
2012-10-02 00:49:34 +04:00
return 0;
}