ddk/portcls.h: fix version check against non-existing NTDDI_WIN2003

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/stable/v2.x@4784 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/revstamp.h b/mingw-w64-crt/revstamp.h
index 0efabe4..ede412e 100644
--- a/mingw-w64-crt/revstamp.h
+++ b/mingw-w64-crt/revstamp.h
@@ -1,4 +1,4 @@
 /* Do not edit. Autogenerated.  */
-#define __MINGW_W64_REV	"4778"
-#define __MINGW_W64_REV_STAMP "2012-01-27"
+#define __MINGW_W64_REV	"4784"
+#define __MINGW_W64_REV_STAMP "2012-01-30"
 
diff --git a/mingw-w64-headers/ddk/include/ddk/portcls.h b/mingw-w64-headers/ddk/include/ddk/portcls.h
index 490bdb2..d0be7c7 100644
--- a/mingw-w64-headers/ddk/include/ddk/portcls.h
+++ b/mingw-w64-headers/ddk/include/ddk/portcls.h
@@ -644,7 +644,7 @@
 typedef IServiceGroup *PSERVICEGROUP;
 
 
-#if (NTDDI_VERSION >= NTDDI_WIN2003)
+#if (NTDDI_VERSION >= NTDDI_WS03)
 /* ===============================================================
     IUnregisterSubdevice Interface
 */