mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Remove the remaining __USE_W32API, deprecated for ages.
- Remove _SEH_NO_NATIVE_NLG from msvcrt.rbuild, deprecated long ago. - Get rid of __NO_CTYPE_INLINES for everything but host tools, deprecated since revision 38052. - Deprecate and remove _DISABLE_TIDENTS. svn path=/trunk/; revision=43234
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="freetype" type="staticlibrary" allowwarnings="true">
|
||||
<include base="freetype">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="__NTDRIVER__" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="FT2_BUILD_LIBRARY" />
|
||||
<if property="NSWPAT" value="0">
|
||||
<define name="TT_CONFIG_OPTION_UNPATENTED_HINTING" />
|
||||
|
||||
-1
@@ -3,7 +3,6 @@
|
||||
<module name="fullfat" type="staticlibrary">
|
||||
<include base="ReactOS">include/reactos/libs/fullfat</include>
|
||||
<define name="__NTDRIVER__" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
|
||||
<file>ff_blk.c</file>
|
||||
<file>ff_crc.c</file>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<group>
|
||||
<module name="cmlib" type="staticlibrary">
|
||||
<include base="cmlib">.</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="_NTOSKRNL_" />
|
||||
<define name="_NTSYSTEM_" />
|
||||
<define name="NASSERT" />
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<module name="oskittcp" type="staticlibrary">
|
||||
<define name="__NTDRIVER__"/>
|
||||
<define name="KERNEL"/>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<include base="oskittcp">include/freebsd</include>
|
||||
<include base="oskittcp">include/freebsd/sys/include</include>
|
||||
<include base="oskittcp">include/freebsd/src/sys</include>
|
||||
|
||||
@@ -5,10 +5,6 @@
|
||||
/* FAT32, VFAT, Atari format support, and various fixes additions May 1998
|
||||
* by Roman Hodek <[email protected]> */
|
||||
|
||||
/* Need to define this so that islower isn't inlined
|
||||
(ntdll doesn't export isctype) */
|
||||
#define __NO_CTYPE_INLINES
|
||||
|
||||
#include "vfatlib.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<module name="ppcmmu" type="staticlibrary">
|
||||
<include base="ppcmmu">.</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<if property="ARCH" value="powerpc">
|
||||
<file>mmuutil.c</file>
|
||||
</if>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<module name="rtl" type="staticlibrary">
|
||||
<define name="_NTOSKRNL_" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="NO_RTL_INLINES" />
|
||||
<define name="_NTSYSTEM_" />
|
||||
<define name="_NTDLLBUILD_" />
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<define name="_MSVCRT_LIB_" />
|
||||
<define name="_MSVCRT_" />
|
||||
<define name="_MT" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<directory name="conio">
|
||||
<file>cgets.c</file>
|
||||
<file>cprintf.c</file>
|
||||
|
||||
@@ -3,11 +3,9 @@
|
||||
<module name="libcntpr" type="staticlibrary">
|
||||
<include base="crt">.</include>
|
||||
<include base="crt">include</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="NO_RTL_INLINES" />
|
||||
<define name="_NTSYSTEM_" />
|
||||
<define name="_NTDLLBUILD_" />
|
||||
<define name="_SEH_NO_NATIVE_NLG" />
|
||||
<define name="_LIBCNT_" />
|
||||
<if property="ARCH" value="i386">
|
||||
<define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
|
||||
|
||||
Reference in New Issue
Block a user