From d88311c29f89c2fe39cda18b9069f13bd4ba99f9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 26 Jan 2012 19:18:19 +0000 Subject: [PATCH] [DDK] * portcls.h: Don't check for non existing NTDDI_WIN2003. svn path=/trunk/; revision=55221 --- reactos/include/ddk/portcls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/portcls.h b/reactos/include/ddk/portcls.h index 8300ddd41ef..1a1ede62ae7 100644 --- a/reactos/include/ddk/portcls.h +++ b/reactos/include/ddk/portcls.h @@ -614,7 +614,7 @@ DECLARE_INTERFACE_(IServiceGroup, IServiceSink) { typedef IServiceGroup *PSERVICEGROUP; -#if (NTDDI_VERSION >= NTDDI_WIN2003) +#if (NTDDI_VERSION >= NTDDI_WS03) /* =============================================================== IUnregisterSubdevice Interface */