13 lines
180 B
C
13 lines
180 B
C
|
|
||
|
#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[])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|