[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / include / internal / ex.h
index 85a726b..548dd90 100644 (file)
@@ -480,7 +480,7 @@ ULONG
 ExGetCountFastReference(IN EX_FAST_REF FastRef)
 {
     /* Return the reference count */
-    return FastRef.RefCnt;
+    return (ULONG)FastRef.RefCnt;
 }
 
 FORCEINLINE