diff --git a/reactos/lib/kernel32/process/lib.c b/reactos/lib/kernel32/process/lib.c deleted file mode 100644 index a84afc738ab..00000000000 --- a/reactos/lib/kernel32/process/lib.c +++ /dev/null @@ -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 ( ariadne@xs4all.nl) - * UPDATE HISTORY: - * Created 01/11/98 - */ - -/* INCLUDES ****************************************************************/ - -#define UNICODE -#include -#include -#include -#include -#include -#include -#include -#include - -#include - -/* FUNCTIONS ****************************************************************/ - -#if 0 -HINSTANCE -STDCALL -LoadLibraryW ( - LPCWSTR lpLibFileName - ) -{ - UNIMPLEMENTED; - return(NULL); -} -#endif - - - - -/* EOF */