reactos/reactos
Timo Kreuzer 76dd7e5f1d [SMSS]
Fix some MSVC warnings.

svn path=/trunk/; revision=60096
2013-09-14 10:25:59 +00:00
..
base [SMSS] 2013-09-14 10:25:59 +00:00
boot [WINE/TEST] 2013-09-13 09:20:52 +00:00
cmake [CMAKE] 2013-09-11 19:25:48 +00:00
deprecated
dll [KERNEL32] 2013-09-14 10:20:11 +00:00
drivers [HIDUSB][USBHUB] 2013-09-13 22:03:47 +00:00
hal
include [D3DXOF] 2013-09-14 10:13:29 +00:00
lib [KERNEL32/NTDLL]: Fix definition of RtlCreateActivationContext (although the code is still 100% incompatible with Windows, at least it won't destroy the stack anymore when Windows' kernel32.dll tries to call it). Take the Windows definition of ACTIVATION_CONTEXT and use it instead. Also do the Windows behavior of allocating an ACTIVATION_CONTEXT_WRAPPED structure (which has a magic header), and returning the internal ACTIVATION_CONTEXT (and then looking up the "WRAPPED" whenever we need to check the magic). Ran kernel32:actctx and no regressions seen. My hope is to get the Rtl* interfaces at least compatible enough to Kernel32 from Windows so that when using it in ROS, it doesn't immediately crash and burn, we'll see how far that goes. I don't want to rewrite 2500 lines of XML parsing. 2013-09-13 22:44:57 +00:00
media [D3DXOF] 2013-09-14 10:13:29 +00:00
modules
ntoskrnl [KERNEL32] 2013-09-13 22:27:41 +00:00
subsystems [CSRSRV]: hbelusca: wait a sec ;-) Fix CsrCreateWait and CSR_WAIT_BLOCK to match Windows Server 2003 semantics, which don't have a "UserWaitList". Fix our winsrv not to call CsrCreateWait incorrectly (which corrupted the heap/stack when using windows's csrsrv.dll). 2013-09-12 21:05:58 +00:00
tools [WPP] 2013-09-14 09:02:13 +00:00
win32ss [VGA_NEW] 2013-09-12 21:22:42 +00:00
.hgeol
apistatus.lst
CMakeLists.txt
configure.cmd
configure.sh configure: remove bashism. 2013-08-31 00:05:29 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
global.lds
INSTALL
PreLoad.cmake
README
toolchain-gcc.cmake
toolchain-msvc.cmake
vreport.xsl

========================
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.