|
FreeRDP
|
#include <stdio.h>#include <winpr/crt.h>#include <winpr/path.h>#include <winpr/tchar.h>#include <winpr/winpr.h>Functions | |
| int | TestPathCchAddExtension (int argc, char *argv[]) |
Variables | |
| static const TCHAR | testExtDot [] = _T(".exe") |
| static const TCHAR | testExtNoDot [] = _T("exe") |
| static const TCHAR | testPathNoExtension [] = _T("C:\\Windows\\System32\\cmd") |
| static const TCHAR | testPathExtension [] = _T("C:\\Windows\\System32\\cmd.exe") |
| int TestPathCchAddExtension | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |
|
static |