From 11bc9ef5f4b835ca1710eb83e72644206f679fb9 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 24 Nov 2004 11:12:19 +0000 Subject: [PATCH] Replace assert_irql by ASSERT_IRQL. svn path=/trunk/; revision=11795 --- reactos/drivers/video/videoprt/videoprt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/video/videoprt/videoprt.c b/reactos/drivers/video/videoprt/videoprt.c index 7e7e1673f0d..13a69044a23 100644 --- a/reactos/drivers/video/videoprt/videoprt.c +++ b/reactos/drivers/video/videoprt/videoprt.c @@ -18,7 +18,7 @@ * If not, write to the Free Software Foundation, * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: videoprt.c,v 1.27 2004/08/31 20:17:17 hbirr Exp $ + * $Id: videoprt.c,v 1.28 2004/11/24 11:12:19 ekohl Exp $ */ #include "videoprt.h" @@ -727,7 +727,7 @@ VideoPortSetRegistryParameters( IN ULONG ValueLength) { DPRINT("VideoPortSetRegistryParameters\n"); - assert_irql(PASSIVE_LEVEL); + ASSERT_IRQL(PASSIVE_LEVEL); return RtlWriteRegistryValue( RTL_REGISTRY_ABSOLUTE, VIDEO_PORT_GET_DEVICE_EXTENSION(HwDeviceExtension)->RegistryPath.Buffer,