1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-07 16:23:16 +00:00
* portcls.h: Don't check for non existing NTDDI_WIN2003.

svn path=/trunk/; revision=55221
This commit is contained in:
Amine Khaldi 2012-01-26 19:18:19 +00:00
parent f9013c3575
commit d88311c29f

View file

@ -614,7 +614,7 @@ DECLARE_INTERFACE_(IServiceGroup, IServiceSink) {
typedef IServiceGroup *PSERVICEGROUP;
#if (NTDDI_VERSION >= NTDDI_WIN2003)
#if (NTDDI_VERSION >= NTDDI_WS03)
/* ===============================================================
IUnregisterSubdevice Interface
*/