mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
94a3a9e377
Alexandre Julliard <julliard@winehq.org> - Beginnings of a crt0 library. - Added a warning for DllGetVersion and DllInstall not being declared private. Also warn when one of the Dll* functions is using a different internal name. - Added a --undefined option to allow forcing some symbols to be resolved by the linker. - Byteswap the resources if we detect that the header is in the wrong endianness. - Moved more of the spec initialization code to the winecrt0 library, and get rid of implicit kernel32 imports. - Use __wine_unimplemented_stub from crt0 for 16-bit spec files too. - Moved the delay loading support code to the winecrt0 library. - Avoid using common symbols, they are broken on Mac OS. - Moved the implementation of spec file stubs to the winecrt0 library. - The exported name strings should be inside the export directory (found by Vitaliy Margolen). - Added some general purpose routines for managing list of symbol names. - Print a warning when a generated import library doesn't export anything useful. - Implemented DelayLoadFailureHook and use it in the winebuild-generated delay load code. - Compute the ordinal base and limit in assign_ordinals instead of doing it while parsing. - Get rid of the unused owner_name field. Ge van Geldorp <gvg@reactos.org> - Adapt changes to ReactOS svn path=/trunk/; revision=17659 |
||
---|---|---|
.. | ||
apps | ||
boot | ||
bootdata | ||
drivers | ||
hal | ||
include | ||
lib | ||
media | ||
modules | ||
ntoskrnl | ||
regtests | ||
services | ||
subsys | ||
tools | ||
w32api | ||
apistatus.lst | ||
baseaddress.xml | ||
config.template.xml | ||
COPYING | ||
CREDITS | ||
Doxyfile | ||
INSTALL | ||
LGPL.txt | ||
Makefile | ||
proxy.mak | ||
ReactOS.xml | ||
README |
======================== ReactOS Version 0.2.x Updated June 23rd, 2004 ======================== 1. What is ReactOS? ReactOS is an Open Source effort to develop a quality operating system that is compatible with Windows NT applications and drivers. The ReactOS project, although currently focused on Windows NT 4.0 compatibility, is always keeping an eye towards compatibility with future Windows NT releases, that is, Windows 2000 (NT 5.0) and Windows XP (NT 5.1). More information is available at http://www.reactos.com. 2. Building ReactOS See the INSTALL file for more details. 3. More information See the doc subdirectory for some sparse notes 4. Who is responsible See the CREDITS file