ReactOS 0.4.16-dev-963-g182f353
ncommode.cpp
Go to the documentation of this file.
1//
2// ncommode.cpp
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Defines _commode, which sets the default file commit mode to nocommit.
7//
9
10
11
12// Set default file commit mode to nocommit
13extern "C" { int _commode = 0; }
14
15
16
17extern "C" int* __cdecl __p__commode()
18{
19 return &_commode;
20}
#define __cdecl
Definition: accygwin.h:79
int _commode
Definition: ncommode.cpp:13
int *__cdecl __p__commode()
Definition: ncommode.cpp:17