reactos/reactos
Hervé Poussineau 02b9843370 Implement SetupDiGetDeviceRegistryPropertyA/W
Change the way devices are enumerated in SetupDiGetClassDevsExW. Now, it enumerates subkeys of HKLM\SYSTEM\CurrentControlSet\Enum instead of HLKM\SYSTEM\CurrentControlSet\Control\Class ones.
Free the temp buffer in SetupDiGetDeviceRegistryPropertyA only when it is no more usefull
Replace RegOpenKeyEx by RegOpenKeyExW

svn path=/trunk/; revision=16631
2005-07-18 07:17:53 +00:00
..
apps fixed signed/unsigned comparison warning 2005-07-17 19:20:12 +00:00
boot - Fixed the size of the hyperspace area (thanks to Filip Navara). 2005-07-16 09:01:07 +00:00
bootdata Add registry key for PNP root device 2005-07-17 13:56:22 +00:00
doc DPC stands for Deferred Procedure Call. 2005-07-17 12:24:15 +00:00
drivers Returned STATUS_NOT_IMPLEMENTED for requests other than read or write. 2005-07-15 14:29:58 +00:00
hal Used the kernel base address from the loader structure instead MmSystemRangeStart. 2005-07-16 13:01:18 +00:00
include Changed the type of SetMember within KPRCB structure. 2005-07-17 18:08:19 +00:00
lib Implement SetupDiGetDeviceRegistryPropertyA/W 2005-07-18 07:17:53 +00:00
media update wallpaper list 2005-05-31 20:47:11 +00:00
modules Add missing directory tag 2005-07-17 11:07:14 +00:00
ntoskrnl If the user mode is intercepted by an interrupt, we must deliver user mode apc's. 2005-07-17 18:36:01 +00:00
regtests fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
services - Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Size[_Ex] and CM_Get_Device_ID[_Ex]W. 2005-07-17 09:43:54 +00:00
subsys Implement ShowOwnedPopups and ArrangeIconicWindows. Based on Wine. 2005-07-18 03:12:01 +00:00
tools Clean referenced object libraries when cleaning a module 2005-07-17 15:10:03 +00:00
w32api - Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Size[_Ex] and CM_Get_Device_ID[_Ex]W. 2005-07-17 09:43:54 +00:00
apistatus.lst Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl) 2004-08-07 06:48:49 +00:00
baseaddress.xml - imported uxtheme.dll from WINE-20050703 2005-07-03 18:32:22 +00:00
config.template.xml MP configuration 2005-05-31 20:39:13 +00:00
COPYING
CREDITS add my self to CREDITS 2005-06-08 17:29:59 +00:00
Doxyfile
INSTALL Update installation instructions 2005-05-13 19:47:30 +00:00
LGPL.txt
Makefile Install freeloader installer. 2005-07-12 15:04:17 +00:00
proxy.mak Add "depends" target for makefiles 2005-06-16 21:02:52 +00:00
ReactOS.xml globally enable the -Wpointer-arith warning to prevent usage of GCC's pointer arithmetics extension 2005-07-05 01:18:07 +00:00
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00

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