mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:03:13 +00:00
Fix build
svn path=/trunk/; revision=33583
This commit is contained in:
parent
053940df37
commit
744f5df30f
1 changed files with 3 additions and 3 deletions
|
@ -2597,7 +2597,7 @@ DWORD REnumServiceGroupW(
|
||||||
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
||||||
LPBOUNDED_DWORD_256K lpServicesReturned,
|
LPBOUNDED_DWORD_256K lpServicesReturned,
|
||||||
LPBOUNDED_DWORD_256K lpResumeIndex,
|
LPBOUNDED_DWORD_256K lpResumeIndex,
|
||||||
LPWSTR pszGroupName)
|
LPCWSTR pszGroupName)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||||
|
@ -2893,7 +2893,7 @@ DWORD REnumServicesStatusExA(
|
||||||
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
||||||
LPBOUNDED_DWORD_256K lpServicesReturned,
|
LPBOUNDED_DWORD_256K lpServicesReturned,
|
||||||
LPBOUNDED_DWORD_256K lpResumeIndex,
|
LPBOUNDED_DWORD_256K lpResumeIndex,
|
||||||
LPSTR pszGroupName)
|
LPCSTR pszGroupName)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
*pcbBytesNeeded = 0;
|
*pcbBytesNeeded = 0;
|
||||||
|
@ -2914,7 +2914,7 @@ DWORD REnumServicesStatusExW(
|
||||||
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
LPBOUNDED_DWORD_256K pcbBytesNeeded,
|
||||||
LPBOUNDED_DWORD_256K lpServicesReturned,
|
LPBOUNDED_DWORD_256K lpServicesReturned,
|
||||||
LPBOUNDED_DWORD_256K lpResumeIndex,
|
LPBOUNDED_DWORD_256K lpResumeIndex,
|
||||||
LPWSTR pszGroupName)
|
LPCWSTR pszGroupName)
|
||||||
{
|
{
|
||||||
PMANAGER_HANDLE hManager;
|
PMANAGER_HANDLE hManager;
|
||||||
PSERVICE lpService;
|
PSERVICE lpService;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue