Sync with trunk r43000
[reactos.git] / reactos / include / ddk / winddk.h
index 41a4dcc..90be5ce 100644 (file)
@@ -5792,7 +5792,7 @@ KeAcquireSpinLockRaiseToDpc(
 
 #define ASSERT(exp) \
   (VOID)((!(exp)) ? \
-    RtlAssert( #exp, __FILE__, __LINE__, NULL ), FALSE : TRUE)
+    RtlAssert( (PVOID)#exp, (PVOID)__FILE__, __LINE__, NULL ), FALSE : TRUE)
 
 #define ASSERTMSG(msg, exp) \
   (VOID)((!(exp)) ? \