mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[DDK]
* portcls.h: Don't check for non existing NTDDI_WIN2003. svn path=/trunk/; revision=55221
This commit is contained in:
parent
f9013c3575
commit
d88311c29f
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ DECLARE_INTERFACE_(IServiceGroup, IServiceSink) {
|
|||
typedef IServiceGroup *PSERVICEGROUP;
|
||||
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WIN2003)
|
||||
#if (NTDDI_VERSION >= NTDDI_WS03)
|
||||
/* ===============================================================
|
||||
IUnregisterSubdevice Interface
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue