mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
add mirror sample
This commit is contained in:
12
tst/mirror/mirror.c
Normal file
12
tst/mirror/mirror.c
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user