Reactos
at master 13 lines 299 B view raw
1// 2// share.h 3// 4// Copyright (c) Microsoft Corporation. All rights reserved. 5// 6// Defines the file sharing modes for the sopen() family of functions. 7// 8#pragma once 9#ifndef _INC_SHARE // include guard for 3rd party interop 10#define _INC_SHARE 11 12#include <corecrt_share.h> 13#endif // _INC_SHARE