- Implement remaining functions in rtl/i386/math_asm.S

- Fix some more build issues.

svn path=/trunk/; revision=19773
This commit is contained in:
Alex Ionescu
2005-11-30 08:15:13 +00:00
parent 3655d0193a
commit e71c1a192e
7 changed files with 910 additions and 210 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -8,7 +8,7 @@
/* INCLUDES ******************************************************************/
/* Definitions */
/* We're a core NT DLL, we don't import syscalls */
#define WIN32_NO_STATUS
#define _INC_SWPRINTF_INL_
+1 -2
View File
@@ -3,9 +3,8 @@
<define name="_NTOSKRNL_" />
<define name="__NO_CTYPE_INLINES" />
<define name="NO_RTL_INLINES" />
<define name="_CRTIMP=" />
<define name="_NTDLLBUILD_" />
<define name="_NTSYSTEM_" />
<define name="_NTDLLBUILD_" />
<include base="rtl">.</include>
<if property="ARCH" value="i386">
<directory name="i386">
-2
View File
@@ -1,7 +1,5 @@
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#define _NTSYSTEM_
#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h>
#include <string.h>
-2
View File
@@ -1,8 +1,6 @@
/**/
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#define _NTSYSTEM_
#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h>
#include <stdlib.h>
+2
View File
@@ -2,6 +2,8 @@
<define name="__NO_CTYPE_INLINES" />
<define name="_CTYPE_DISABLE_MACROS" />
<define name="_NO_INLINING" />
<define name="_NTSYSTEM_" />
<define name="_NTDLLBUILD_" />
<if property="ARCH" value="i386">
<directory name="i386">
<file>memchr_asm.s</file>
-2
View File
@@ -1,7 +1,5 @@
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#define _NTSYSTEM_
#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h>