mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:43:35 +00:00
Update indentation, no code changes.
svn path=/trunk/; revision=26419
This commit is contained in:
parent
627d3f8c10
commit
b7e4d48a47
2 changed files with 49 additions and 57 deletions
|
@ -281,17 +281,13 @@ KeybHardwareProc(IN HWND hwndDlg,
|
||||||
switch(uMsg)
|
switch(uMsg)
|
||||||
{
|
{
|
||||||
case WM_INITDIALOG:
|
case WM_INITDIALOG:
|
||||||
{
|
/* Create the hardware page */
|
||||||
|
|
||||||
|
|
||||||
/* create the hardware page */
|
|
||||||
DeviceCreateHardwarePageEx(hwndDlg,
|
DeviceCreateHardwarePageEx(hwndDlg,
|
||||||
Guids,
|
Guids,
|
||||||
sizeof(Guids) / sizeof(Guids[0]),
|
sizeof(Guids) / sizeof(Guids[0]),
|
||||||
HWPD_STANDARDLIST);
|
HWPD_STANDARDLIST);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,10 +111,6 @@ DllMain(HINSTANCE hinstDLL,
|
||||||
switch(dwReason)
|
switch(dwReason)
|
||||||
{
|
{
|
||||||
case DLL_PROCESS_ATTACH:
|
case DLL_PROCESS_ATTACH:
|
||||||
case DLL_THREAD_ATTACH:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
InitControls.dwSize = sizeof(INITCOMMONCONTROLSEX);
|
InitControls.dwSize = sizeof(INITCOMMONCONTROLSEX);
|
||||||
InitControls.dwICC = ICC_LISTVIEW_CLASSES | ICC_UPDOWN_CLASS | ICC_BAR_CLASSES;
|
InitControls.dwICC = ICC_LISTVIEW_CLASSES | ICC_UPDOWN_CLASS | ICC_BAR_CLASSES;
|
||||||
InitCommonControlsEx(&InitControls);
|
InitCommonControlsEx(&InitControls);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue