remove implemented stubs

svn path=/trunk/; revision=11011
This commit is contained in:
Thomas Bluemel 2004-09-23 19:03:26 +00:00
parent 8fd7d74051
commit f9de66edba

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.90 2004/09/23 18:02:19 weiden Exp $
/* $Id: stubs.c,v 1.91 2004/09/23 19:03:26 weiden Exp $
*
* KERNEL32.DLL stubs (STUB functions)
* Remove from this file, if you implement them.
@ -1221,20 +1221,6 @@ ZombifyActCtx(
return 0;
}
/*
* @unimplemented
*/
HANDLE
STDCALL
CreateJobObjectW(
LPSECURITY_ATTRIBUTES lpJobAttributes,
LPCWSTR lpName
)
{
STUB;
return 0;
}
/*
* @unimplemented
*/
@ -1459,21 +1445,6 @@ GetVolumePathNamesForVolumeNameW(
return 0;
}
/*
* @unimplemented
*/
HANDLE
STDCALL
OpenJobObjectW(
DWORD dwDesiredAccess,
BOOL bInheritHandle,
LPCWSTR lpName
)
{
STUB;
return 0;
}
/*
* @unimplemented
*/
@ -1564,20 +1535,6 @@ VerifyVersionInfoW(
return 0;
}
/*
* @unimplemented
*/
HANDLE
STDCALL
CreateJobObjectA(
LPSECURITY_ATTRIBUTES lpJobAttributes,
LPCSTR lpName
)
{
STUB;
return 0;
}
/*
* @unimplemented
*/
@ -1802,21 +1759,6 @@ GetVolumePathNamesForVolumeNameA(
return 0;
}
/*
* @unimplemented
*/
HANDLE
STDCALL
OpenJobObjectA(
DWORD dwDesiredAccess,
BOOL bInheritHandle,
LPCSTR lpName
)
{
STUB;
return 0;
}
/*
* @unimplemented
*/