diff --git a/sdk/include/psdk/netcfgn.h b/sdk/include/psdk/netcfgn.h index ea16dd708f0..772d4a2e36b 100644 --- a/sdk/include/psdk/netcfgn.h +++ b/sdk/include/psdk/netcfgn.h @@ -50,7 +50,7 @@ DECLARE_INTERFACE_(INetCfgComponentControl, IUnknown) #define INetCfgComponentControl_Release(p) (p)->lpVtbl->Release(p) #define INetCfgComponentControl_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c) #define INetCfgComponentControl_ApplyRegistryChanges(p) (p)->lpVtbl->ApplyRegistryChanges(p) -#define INetCfgComponentControl_ApplyPnpChanges(p,a) (p)->lpVtbl->ApplyRegistryChanges(p,a) +#define INetCfgComponentControl_ApplyPnpChanges(p,a) (p)->lpVtbl->ApplyPnpChanges(p,a) #define INetCfgComponentControl_CancelChanges(p) (p)->lpVtbl->CancelChanges(p) #endif