inc: winfsp.h

This commit is contained in:
Bill Zissimopoulos
2015-11-25 13:50:30 -08:00
parent a63f1e84a0
commit c1b4c43514
5 changed files with 30 additions and 0 deletions

15
inc/winfsp/winfsp.h Normal file
View File

@@ -0,0 +1,15 @@
/**
* @file winfsp/winfsp.h
*
* @copyright 2015 Bill Zissimopoulos
*/
#ifndef WINFSP_WINFSP_H_INCLUDED
#define WINFSP_WINFSP_H_INCLUDED
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <ntstatus.h>
#endif