FreeRDP/winpr/libwinpr/memory/test/TestMemoryCreateFileMapping.c

10 lines
123 B
C
Raw Normal View History

2014-02-01 03:27:58 +04:00
#include <winpr/crt.h>
#include <winpr/memory.h>
int TestMemoryCreateFileMapping(int argc, char* argv[])
{
return 0;
}