Update indentation, no code changes.

svn path=/trunk/; revision=26419
This commit is contained in:
Eric Kohl 2007-04-19 07:10:37 +00:00
parent 627d3f8c10
commit b7e4d48a47
2 changed files with 49 additions and 57 deletions

View file

@ -281,17 +281,13 @@ KeybHardwareProc(IN HWND hwndDlg,
switch(uMsg)
{
case WM_INITDIALOG:
{
/* create the hardware page */
/* Create the hardware page */
DeviceCreateHardwarePageEx(hwndDlg,
Guids,
sizeof(Guids) / sizeof(Guids[0]),
HWPD_STANDARDLIST);
break;
}
}
return FALSE;
}

View file

@ -111,10 +111,6 @@ DllMain(HINSTANCE hinstDLL,
switch(dwReason)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
InitControls.dwSize = sizeof(INITCOMMONCONTROLSEX);
InitControls.dwICC = ICC_LISTVIEW_CLASSES | ICC_UPDOWN_CLASS | ICC_BAR_CLASSES;
InitCommonControlsEx(&InitControls);