add mirror sample

This commit is contained in:
Bill Zissimopoulos
2015-11-30 12:40:46 -08:00
parent 37ee58c636
commit a71ca19644
4 changed files with 229 additions and 0 deletions

12
tst/mirror/mirror.c Normal file
View File

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