/*
- * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2001 Internet Software Consortium.
*
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: mutex.h,v 1.17.18.1 2008/09/11 05:43:32 each Exp $ */
+/* $Id: mutex.h,v 1.17.18.2 2008/09/11 07:09:17 marka Exp $ */
#ifndef ISC_MUTEX_H
#define ISC_MUTEX_H 1
typedef CRITICAL_SECTION isc_mutex_t;
-/*
+/*
* This definition is here since somve versions of WINBASE.H
- * omits it for some reason
+ * omits it for some reason.
*/
-#if(_WIN32_WINNT < 0x0400)
+#if (_WIN32_WINNT < 0x0400)
WINBASEAPI BOOL WINAPI
TryEnterCriticalSection(LPCRITICAL_SECTION lpCriticalSection);
#endif /* _WIN32_WINNT < 0x0400 */