winfsp-tests: memfs

This commit is contained in:
Bill Zissimopoulos
2016-01-12 19:49:09 -08:00
parent 240c914728
commit 5d558334cd
5 changed files with 129 additions and 0 deletions

View File

@ -178,4 +178,5 @@ FSP_API VOID FspPathCombine(PWSTR Prefix, PWSTR Suffix);
*/
FSP_API NTSTATUS FspNtStatusFromWin32(DWORD Error);
FSP_API VOID FspDebugLog(const char *format, ...);
#endif