Fix build

svn path=/trunk/; revision=32907
This commit is contained in:
Hervé Poussineau 2008-04-10 14:52:41 +00:00
parent 4e1f93f6eb
commit 960bf32989
2 changed files with 2 additions and 2 deletions

View file

@ -1252,7 +1252,7 @@ Done:
/* Function 38 */
CONFIGRET
PNP_IsDockStationPresent(handle_t BindingHandle,
unsigned long *Present)
BOOL *Present)
{
HKEY hKey;
DWORD dwType;

View file

@ -2569,7 +2569,7 @@ CONFIGRET WINAPI CM_Is_Dock_Station_Present_Ex(
}
return PNP_IsDockStationPresent(BindingHandle,
(unsigned long *)pbPresent);
pbPresent);
}