reactos/lib/kernel32/misc
diff -u -r1.90 -r1.91
--- stubs.c 23 Sep 2004 18:02:19 -0000 1.90
+++ stubs.c 23 Sep 2004 19:03:26 -0000 1.91
@@ -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.
@@ -1224,20 +1224,6 @@
/*
* @unimplemented
*/
-HANDLE
-STDCALL
-CreateJobObjectW(
- LPSECURITY_ATTRIBUTES lpJobAttributes,
- LPCWSTR lpName
- )
-{
- STUB;
- return 0;
-}
-
-/*
- * @unimplemented
- */
BOOL
STDCALL
DeleteVolumeMountPointW(
@@ -1462,21 +1448,6 @@
/*
* @unimplemented
*/
-HANDLE
-STDCALL
-OpenJobObjectW(
- DWORD dwDesiredAccess,
- BOOL bInheritHandle,
- LPCWSTR lpName
- )
-{
- STUB;
- return 0;
-}
-
-/*
- * @unimplemented
- */
BOOL
STDCALL
ReplaceFileW(
@@ -1567,20 +1538,6 @@
/*
* @unimplemented
*/
-HANDLE
-STDCALL
-CreateJobObjectA(
- LPSECURITY_ATTRIBUTES lpJobAttributes,
- LPCSTR lpName
- )
-{
- STUB;
- return 0;
-}
-
-/*
- * @unimplemented
- */
BOOL
STDCALL
DeleteVolumeMountPointA(
@@ -1805,21 +1762,6 @@
/*
* @unimplemented
*/
-HANDLE
-STDCALL
-OpenJobObjectA(
- DWORD dwDesiredAccess,
- BOOL bInheritHandle,
- LPCSTR lpName
- )
-{
- STUB;
- return 0;
-}
-
-/*
- * @unimplemented
- */
BOOL
STDCALL
ReplaceFileA(