1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-05-04 08:44:36 -05:00

add winfsp.dll project

This commit is contained in:
Bill Zissimopoulos
2015-11-25 14:24:59 -08:00
parent c1b4c43514
commit ceb46a8c55
8 changed files with 224 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* @file dll/fsctl.c
*
* @copyright 2015 Bill Zissimopoulos
*/
#include <winfsp/winfsp.h>
#include <winfsp/fsctl.h>
View File