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) 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;
} }

View file

@ -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);