mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NEWDEV]
tabs -> spaces svn path=/trunk/; revision=61010
This commit is contained in:
parent
68c0b43c64
commit
31652fc90f
3 changed files with 1686 additions and 1686 deletions
File diff suppressed because it is too large
Load diff
|
@ -27,13 +27,13 @@ WINE_DEFAULT_DEBUG_CHANNEL(newdev);
|
|||
*/
|
||||
BOOL WINAPI
|
||||
InstallNewDevice(
|
||||
IN HWND hwndParent,
|
||||
IN LPGUID ClassGuid OPTIONAL,
|
||||
OUT PDWORD Reboot)
|
||||
IN HWND hwndParent,
|
||||
IN LPGUID ClassGuid OPTIONAL,
|
||||
OUT PDWORD Reboot)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_GEN_FAILURE);
|
||||
return FALSE;
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_GEN_FAILURE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -41,15 +41,15 @@ InstallNewDevice(
|
|||
*/
|
||||
BOOL WINAPI
|
||||
InstallSelectedDriverW(
|
||||
IN HWND hwndParent,
|
||||
IN HDEVINFO DeviceInfoSet,
|
||||
IN LPCWSTR Reserved,
|
||||
IN BOOL Backup,
|
||||
OUT PDWORD pReboot)
|
||||
IN HWND hwndParent,
|
||||
IN HDEVINFO DeviceInfoSet,
|
||||
IN LPCWSTR Reserved,
|
||||
IN BOOL Backup,
|
||||
OUT PDWORD pReboot)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_GEN_FAILURE);
|
||||
return FALSE;
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_GEN_FAILURE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue