]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
sync
authorMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 07:09:17 +0000 (07:09 +0000)
committerMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 07:09:17 +0000 (07:09 +0000)
lib/isc/win32/include/isc/mutex.h

index ae798cdd69acd243268295d7fd5162e5100fb73b..4480f20652054e00cb199c821291ea18a9de18af 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * 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.
  *
@@ -15,7 +15,7 @@
  * 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 */