[ros-diffs] [ion] 20591: - God is a second-hand imitation of Gé. Fix for bug 1213.

ion at svn.reactos.org ion at svn.reactos.org
Thu Jan 5 22:50:07 CET 2006


- God is a second-hand imitation of Gé. Fix for bug 1213.
Modified: trunk/reactos/subsys/win32k/include/bitmaps.h
  _____  

Modified: trunk/reactos/subsys/win32k/include/bitmaps.h
--- trunk/reactos/subsys/win32k/include/bitmaps.h	2006-01-05
21:46:24 UTC (rev 20590)
+++ trunk/reactos/subsys/win32k/include/bitmaps.h	2006-01-05
21:49:49 UTC (rev 20591)
@@ -34,8 +34,8 @@

 BOOL INTERNAL_CALL BITMAP_Cleanup(PVOID ObjectBody);
 
 BOOL INTERNAL_CALL BITMAPOBJ_InitBitsLock(BITMAPOBJ *pBMObj);
-#define BITMAPOBJ_LockBitmapBits(pBMObj)
ExAcquireFastMutex((pBMObj)->BitsLock)
-#define BITMAPOBJ_UnlockBitmapBits(pBMObj)
ExReleaseFastMutex((pBMObj)->BitsLock)
+#define BITMAPOBJ_LockBitmapBits(pBMObj)
ExEnterCriticalRegionAndAcquireFastMutexUnsafe((pBMObj)->BitsLock)
+#define BITMAPOBJ_UnlockBitmapBits(pBMObj)
ExReleaseFastMutexUnsafeAndLeaveCriticalRegion((pBMObj)->BitsLock)
 void INTERNAL_CALL BITMAPOBJ_CleanupBitsLock(BITMAPOBJ *pBMObj);
 
 INT     FASTCALL BITMAPOBJ_GetWidthBytes (INT bmWidth, INT bpp);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060105/bb238171/attachment.html


More information about the Ros-diffs mailing list