mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
38 lines
883 B
C
38 lines
883 B
C
/*
|
|
* locking.h
|
|
*
|
|
* Constants for the mode parameter of the locking function.
|
|
*
|
|
* This file is part of the Mingw32 package.
|
|
*
|
|
* Contributors:
|
|
* Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
|
|
*
|
|
* THIS SOFTWARE IS NOT COPYRIGHTED
|
|
*
|
|
* This source code is offered for use in the public domain. You may
|
|
* use, modify or distribute it freely.
|
|
*
|
|
* This code is distributed in the hope that it will be useful but
|
|
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
|
|
* DISCLAMED. This includes but is not limited to warranties of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
* $Revision: 1.1 $
|
|
* $Author: ariadne $
|
|
* $Date: 1999/04/02 21:42:07 $
|
|
*
|
|
*/
|
|
|
|
#ifndef __STRICT_ANSI__
|
|
|
|
#ifndef _LOCKING_H_
|
|
#define _LOCKING_H_
|
|
|
|
/*
|
|
* TODO: Define LK_... constants.
|
|
*/
|
|
|
|
#endif /* Not _LOCKING_H_ */
|
|
|
|
#endif /* Not __STRICT_ANSI__ */
|