Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
12
third_party/FreeRDP/winpr/libwinpr/path/test/TestPathCchRemoveFileSpec.c
vendored
Normal file
12
third_party/FreeRDP/winpr/libwinpr/path/test/TestPathCchRemoveFileSpec.c
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <winpr/crt.h>
|
||||
#include <winpr/path.h>
|
||||
#include <winpr/tchar.h>
|
||||
#include <winpr/winpr.h>
|
||||
|
||||
int TestPathCchRemoveFileSpec(int argc, char* argv[])
|
||||
{
|
||||
printf("Warning: %s is not implemented!\n", __func__);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user