Major cleanup to rtlfuncs.h. Not yet perfect but much better organized.

svn path=/trunk/; revision=16138
This commit is contained in:
Alex Ionescu 2005-06-20 05:36:32 +00:00
parent 4b83cb1f77
commit 0ee8822197
3 changed files with 947 additions and 990 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: lib/ntdll/inc/ntdll.h
* PURPOSE: Native Libary Header
* FILE: lib/kernel32/k32.h
* PURPOSE: Win32 Kernel Libary Header
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -28,7 +28,6 @@
#define NDEBUG
#include "../include/debug.h"
#include "lzexpand.h"
#include <ctype.h>
#define HFILE_ERROR ((HFILE)-1)