Removed unused file

svn path=/trunk/; revision=1293
This commit is contained in:
Eric Kohl
2000-08-11 12:48:00 +00:00
parent c6c624ebe3
commit 891b9b74ee
-43
View File
@@ -1,43 +0,0 @@
/* $Id: lib.c,v 1.7 2000/06/29 23:35:26 dwelch Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/proc/proc.c
* PURPOSE: Process functions
* PROGRAMMER: Ariadne ( [email protected])
* UPDATE HISTORY:
* Created 01/11/98
*/
/* INCLUDES ****************************************************************/
#define UNICODE
#include <ddk/ntddk.h>
#include <windows.h>
#include <kernel32/proc.h>
#include <kernel32/thread.h>
#include <wchar.h>
#include <string.h>
#include <napi/i386/segment.h>
#include <napi/teb.h>
#include <kernel32/kernel32.h>
/* FUNCTIONS ****************************************************************/
#if 0
HINSTANCE
STDCALL
LoadLibraryW (
LPCWSTR lpLibFileName
)
{
UNIMPLEMENTED;
return(NULL);
}
#endif
/* EOF */