13 lines
182 B
C
13 lines
182 B
C
|
|
||
|
#include <stdio.h>
|
||
|
#include <winpr/crt.h>
|
||
|
#include <winpr/path.h>
|
||
|
#include <winpr/tchar.h>
|
||
|
#include <winpr/winpr.h>
|
||
|
|
||
|
int TestPathCchSkipRoot(int argc, char* argv[])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|