mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[INCUDE] Fix a typo in the INetCfgComponentControl_ApplyPnpChanges macro
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user