Author: spetreolle Date: Tue Mar 24 01:01:40 2009 New Revision: 40192
URL: http://svn.reactos.org/svn/reactos?rev=40192&view=rev Log: setupapi.CMP_RegisterNotification is not a stub anymore, update cfgmgr32.spec accordingly.
Modified: trunk/reactos/dll/win32/cfgmgr32/cfgmgr32.spec trunk/reactos/dll/win32/setupapi/setupapi.spec
Modified: trunk/reactos/dll/win32/cfgmgr32/cfgmgr32.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cfgmgr32/cfgmgr32... ============================================================================== --- trunk/reactos/dll/win32/cfgmgr32/cfgmgr32.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/cfgmgr32/cfgmgr32.spec [iso-8859-1] Tue Mar 24 01:01:40 2009 @@ -1,5 +1,5 @@ @ stdcall CMP_Init_Detection(long) setupapi.CMP_Init_Detection -@ stub CMP_RegisterNotification # setupapi.CMP_RegisterNotification +@ stdcall CMP_RegisterNotification(ptr ptr long ptr) setupapi.CMP_RegisterNotification @ stdcall CMP_Report_LogOn(long long) setupapi.CMP_Report_LogOn @ stub CMP_UnregisterNotification # setupapi.CMP_UnregisterNotification @ stdcall CMP_WaitNoPendingInstallEvents(long) setupapi.CMP_WaitNoPendingInstallEvents
Modified: trunk/reactos/dll/win32/setupapi/setupapi.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/setupapi... ============================================================================== --- trunk/reactos/dll/win32/setupapi/setupapi.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/setupapi/setupapi.spec [iso-8859-1] Tue Mar 24 01:01:40 2009 @@ -2,7 +2,7 @@ @ stub CMP_GetBlockedDriverInfo @ stub CMP_GetServerSideDeviceInstallFlags @ stdcall CMP_Init_Detection(long) -@ stdcall CMP_RegisterNotification( ptr ptr long ptr) +@ stdcall CMP_RegisterNotification(ptr ptr long ptr) @ stdcall CMP_Report_LogOn(long long) @ stub CMP_UnregisterNotification @ stdcall CMP_WaitNoPendingInstallEvents(long)