mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
13 lines
150 B
C
13 lines
150 B
C
/**
|
|
* @file mirror.c
|
|
*
|
|
* @copyright 2015 Bill Zissimopoulos
|
|
*/
|
|
|
|
#include <winfsp/winfsp.h>
|
|
|
|
int wmain(int argc, wchar_t **argv)
|
|
{
|
|
return 0;
|
|
}
|