reactos/reactos
Hervé Poussineau 8c34b25c71 Don't compare GUID strings with wcsicmp, but compare GUID* with IsEqualIID
Directly use HKEY_LOCAL_MACHINE instead of RegOpenKey(HKEY_LOCAL_MACHINE, NULL, ...).
Remove use of UNICODE_NULL
Replace #ifdef __WINE__ by #ifdef __WINESRC__
Fix SetupDiCallClassInstaller prototype (DWORD -> DI_FUNCTION)

Thanks Usurp for your testing on Wine!

This file works now unmodified in Wine. A patch would be soon sent to wine-patches ML.

svn path=/trunk/; revision=16713
2005-07-24 17:21:26 +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 Move serial ports and mice classes parameters to their own .inf files. They would be regenerated during 2nd stage setup 2005-07-18 11:57:16 +00:00
doc DPC stands for Deferred Procedure Call. 2005-07-17 12:24:15 +00:00
drivers Patch by Andrey Korotaev <unC0Rr@inbox.ru>: Fix scrolling with mouse 2005-07-24 11:59:28 +00:00
hal Used the kernel base address from the loader structure instead MmSystemRangeStart. 2005-07-16 13:01:18 +00:00
include - Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_Sibling_Ex and CM_Set_DevNode_Problem[_Ex]. 2005-07-23 13:43:52 +00:00
lib Don't compare GUID strings with wcsicmp, but compare GUID* with IsEqualIID 2005-07-24 17:21:26 +00:00
media Move serial ports and mice classes parameters to their own .inf files. They would be regenerated during 2nd stage setup 2005-07-18 11:57:16 +00:00
modules Add missing directory tag 2005-07-17 11:07:14 +00:00
ntoskrnl use ZwQueryInformationFile and ZwSetInformationFile instead of the Nt version since we're passing kernel pointers to them which cause a probe failure in UserMode. This should fix the 1st stage setup 2005-07-24 09:11:30 +00:00
regtests fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
services - Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_Sibling_Ex and CM_Set_DevNode_Problem[_Ex]. 2005-07-23 13:43:52 +00:00
subsys Fixed the memory allocation in EngCreateEvent. 2005-07-24 14:08:20 +00:00
tools - Fix offset calculation bug in the ProcFormatString. 2005-07-23 11:55:33 +00:00
w32api - Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_Sibling_Ex and CM_Set_DevNode_Problem[_Ex]. 2005-07-23 13:43:52 +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 - Created include/libs and moved all library headers there. 2005-07-20 03:42:05 +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