mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NETSHELL]
- fix identation - found by Christoph svn path=/trunk/; revision=62062
This commit is contained in:
parent
2567316aa2
commit
114af4f814
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class CNetConnectionPropertyUi final :
|
|||
VOID EnumComponents(HWND hDlgCtrl, INetCfg *pNCfg, const GUID *CompGuid, UINT Type);
|
||||
VOID InitializeLANPropertiesUIDlg(HWND hwndDlg);
|
||||
VOID ShowNetworkComponentProperties(HWND hwndDlg);
|
||||
BOOL GetDeviceInstanceID(OUT LPOLESTR *DeviceInstanceID);
|
||||
BOOL GetDeviceInstanceID(OUT LPOLESTR *DeviceInstanceID);
|
||||
static INT_PTR CALLBACK LANPropertiesUIDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
INetConnection * pCon;
|
||||
|
|
Loading…
Reference in a new issue