mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
13 lines
299 B
C
13 lines
299 B
C
//
|
|
// share.h
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// Defines the file sharing modes for the sopen() family of functions.
|
|
//
|
|
#pragma once
|
|
#ifndef _INC_SHARE // include guard for 3rd party interop
|
|
#define _INC_SHARE
|
|
|
|
#include <corecrt_share.h>
|
|
#endif // _INC_SHARE
|