build: rename mirror to memfs

This commit is contained in:
Bill Zissimopoulos
2016-04-08 15:45:45 -07:00
parent ef5b664dcc
commit 20f1298fe6
5 changed files with 17 additions and 20 deletions

12
tst/memfs/memfs-main.c Normal file
View File

@ -0,0 +1,12 @@
/**
* @file memfs-main.c
*
* @copyright 2015-2016 Bill Zissimopoulos
*/
#include <winfsp/winfsp.h>
int wmain(int argc, wchar_t **argv)
{
return 0;
}