mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-29 05:52:52 -05:00
inc: winfsp.h
This commit is contained in:
15
inc/winfsp/winfsp.h
Normal file
15
inc/winfsp/winfsp.h
Normal 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
|
Reference in New Issue
Block a user