[DDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Jan 2012 19:18:19 +0000 (19:18 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Jan 2012 19:18:19 +0000 (19:18 +0000)
* portcls.h: Don't check for non existing NTDDI_WIN2003.

svn path=/trunk/; revision=55221

reactos/include/ddk/portcls.h

index 8300ddd..1a1ede6 100644 (file)
@@ -614,7 +614,7 @@ DECLARE_INTERFACE_(IServiceGroup, IServiceSink) {
 typedef IServiceGroup *PSERVICEGROUP;
 
 
-#if (NTDDI_VERSION >= NTDDI_WIN2003)
+#if (NTDDI_VERSION >= NTDDI_WS03)
 /* ===============================================================
     IUnregisterSubdevice Interface
 */