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