reactos/reactos
Ged Murphy 1300cdce17 - Fall back onto some of the previous win32k icon handling code, and fix user32 to suit.
- This fixes the handle problem we were seeing which was caused by a failing NtUserFindExistingCursorIcon call in user32. It was incompatible with the new code and thus, creating a new icon for all LR_SHARED resources.
- The new code is correct, and will be re-enabled once I've finished the cursoricon object rewrite (which will make it compatible with windows)
- You'll probably need to 'make win32k_clean' before building

svn path=/trunk/; revision=31687
2008-01-09 16:04:34 +00:00
..
base Add 'const' when needed 2008-01-09 09:40:47 +00:00
boot add Internet Explorer registry entries (now Visio 2003 installer doesn't complain about missing IE anymore) 2008-01-09 14:21:39 +00:00
dll - Fall back onto some of the previous win32k icon handling code, and fix user32 to suit. 2008-01-09 16:04:34 +00:00
drivers Add debug trace 2008-01-08 07:28:45 +00:00
hal [FORMATTING] Fix indentation 2007-12-21 10:11:29 +00:00
include - Fall back onto some of the previous win32k icon handling code, and fix user32 to suit. 2008-01-09 16:04:34 +00:00
lib Some cleanup. Didn't mean to turn on debug in mminit. 2008-01-06 15:12:41 +00:00
media Add hlink.dll and schannel.dll to bootcd 2008-01-04 21:55:51 +00:00
modules Clean up .rbuild files and make them xml compliant 2007-09-14 17:07:53 +00:00
ntoskrnl By default, display ERROR level debug output 2008-01-08 09:51:53 +00:00
subsystems - Fall back onto some of the previous win32k icon handling code, and fix user32 to suit. 2008-01-09 16:04:34 +00:00
tools - WIDL Wine vs. ReactOS differences. 2008-01-07 14:23:35 +00:00
apistatus.lst - Add myself to CREDITS (no comments ;)) 2007-12-19 09:21:21 +00:00
baseaddress.rbuild add baseaddress for mscoree 2008-01-04 08:56:17 +00:00
config-ppc.template.rbuild Delete all Trailing spaces in code. 2007-10-19 23:21:45 +00:00
config.template.rbuild - Move preferred stack boundary = 2^2 out of the OPTIMIZE switch, because it's always defined. 2007-12-25 16:22:20 +00:00
COPYING
CREDITS - Add myself to CREDITS (no comments ;)) 2007-12-19 09:21:21 +00:00
depmap.xsl - add a primitive XSL for displaying the ReactOS dependency map 2007-01-14 20:41:01 +00:00
Doxyfile - Commit changes made to doxygen config by Marc Piulachs. 2007-10-14 12:52:44 +00:00
INSTALL - ReactOS does not directly aim NT4 compatibility everywhere, reflect this in the readme. 2006-12-16 11:06:33 +00:00
LGPL.txt
Makefile Also create the temporary directory if it does not exist. 2008-01-08 21:22:27 +00:00
proxy.mak set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
ReactOS-generic.rbuild Remove MP build option from config.template.rbuild 2007-11-05 16:20:30 +00:00
ReactOS-i386.rbuild - Move preferred stack boundary = 2^2 out of the OPTIMIZE switch, because it's always defined. 2007-12-25 16:22:20 +00:00
ReactOS-ppc.rbuild t's a bit embarrasing that some of this was undone until recently, but we now 2008-01-06 14:52:00 +00:00
README - ReactOS does not directly aim NT4 compatibility everywhere, reflect this in the readme. 2006-12-16 11:06:33 +00:00
vreport.xsl Metadata enhancement for rbuild and version report by Marc Piulachs (marc DOT piulachs AT codexchange DOT net) 2007-08-12 19:17:00 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

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 XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.