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[])
|
|
|
|
{
|
2015-06-08 13:06:46 +03:00
|
|
|
printf("Warning: %s is not implemented!\n", __FUNCTION__);
|
2012-10-02 00:49:34 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|