mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
14 lines
299 B
C
14 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
|