Move kernekl32-internal declarations from global include directory to local one.

svn path=/trunk/; revision=7851
This commit is contained in:
Eric Kohl 2004-01-23 21:16:04 +00:00
parent afcb6d4fb1
commit 901a00bd04
55 changed files with 201 additions and 128 deletions

View file

@ -1,4 +1,4 @@
/* $Id: env.c,v 1.24 2004/01/23 17:15:23 ekohl Exp $
/* $Id: env.c,v 1.25 2004/01/23 21:16:03 ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,7 +12,7 @@
#include <k32.h>
#define NDEBUG
#include <kernel32/kernel32.h>
#include "../include/debug.h"
/* FUNCTIONS ******************************************************************/