[babl] CriticalSection does not exist, it is CRITICAL_SECTION



commit 9347aed4d3d5cacc7bffe4bcdf487a37cd4ed588
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Nov 21 18:11:23 2009 +0100

    CriticalSection does not exist, it is CRITICAL_SECTION

 babl/babl-mutex.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-mutex.h b/babl/babl-mutex.h
index a73e480..1636da3 100644
--- a/babl/babl-mutex.h
+++ b/babl/babl-mutex.h
@@ -27,7 +27,7 @@
 #endif
 
 #ifdef WIN32
-  typedef  CriticalSection   BablMutex;
+  typedef  CRITICAL_SECTION   BablMutex;
 #else
   typedef  pthread_mutex_t   BablMutex;
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]