Commit graph

17980 commits

Author SHA1 Message Date
Ged Murphy 3edc7dd1e7 Display more meaningful failure messages
svn path=/trunk/; revision=19257
2005-11-15 22:44:46 +00:00
Hervé Poussineau 5c322795a8 Hardware IDs and Compatible IDs shouldn't be case sensitive
svn path=/trunk/; revision=19256
2005-11-15 22:35:15 +00:00
Ged Murphy b8ef8fda19 Don't display exit code for none fatal info
Display name of path we were trying to open if opening fails

svn path=/trunk/; revision=19255
2005-11-15 21:22:00 +00:00
Christoph von Wittich 6d93d59f2c add a check for SPDRP_CONFIGFLAGS which is not working yet
svn path=/trunk/; revision=19254
2005-11-15 18:56:23 +00:00
Hartmut Birr 296abe764c Fixed hivetest.
svn path=/trunk/; revision=19253
2005-11-15 18:08:07 +00:00
Hartmut Birr 4f27be0f0b Put the bitmap into the executable.
svn path=/trunk/; revision=19252
2005-11-15 17:54:00 +00:00
Hartmut Birr 9d0b4973fa Put the bitmaps into the executable.
svn path=/trunk/; revision=19251
2005-11-15 17:52:27 +00:00
Christoph von Wittich 6acde9bc12 better stub for EnumFonts (fixed license agreement in ClamWin installer)
svn path=/trunk/; revision=19250
2005-11-15 16:53:06 +00:00
Hervé Poussineau 06855e5b33 Forgot to commit this with r19248... ("Add back ACPI device, to allow auto power off of the computer")
svn path=/trunk/; revision=19249
2005-11-15 16:48:24 +00:00
Hervé Poussineau 33d79e128a Add back ACPI device, to allow auto power off of the computer
svn path=/trunk/; revision=19248
2005-11-15 16:41:49 +00:00
Hervé Poussineau 5d2d58ed0c Fix indentation
svn path=/trunk/; revision=19247
2005-11-15 16:30:14 +00:00
Hervé Poussineau 77421fd496 Try to transform the ClassGUID string to a GUID only when the string exists in registry. Otherwise, set it to GUID_NULL
svn path=/trunk/; revision=19246
2005-11-15 14:29:46 +00:00
Christoph von Wittich 4aa521a7f6 fix some MSVC compile problems
svn path=/trunk/; revision=19245
2005-11-15 14:26:06 +00:00
Steven Edwards a6227b1c67 revert this one
svn path=/trunk/; revision=19244
2005-11-15 09:47:31 +00:00
Hervé Poussineau ab4ca6fcf8 Support optional Class parameter in SetupOpenInfFileW
svn path=/trunk/; revision=19243
2005-11-15 08:55:31 +00:00
Hervé Poussineau 4c4a431c18 Don't try to access an optional parameter if it is NULL
svn path=/trunk/; revision=19242
2005-11-15 08:27:38 +00:00
Steven Edwards 6a1f0829e2 a few more msvc fixes
svn path=/trunk/; revision=19241
2005-11-15 06:14:31 +00:00
Steven Edwards 7adc5ae147 workarounds for msvc compile. Add precomp.h to a bunch of files, inline -> __inline, other misc changes. crt.lib now has 154 errors building on msvc vs 1800
svn path=/trunk/; revision=19240
2005-11-15 05:31:41 +00:00
Christoph von Wittich 96c802c1d3 fixed some resource leaks and 64bit issues
svn path=/trunk/; revision=19239
2005-11-15 02:25:28 +00:00
Christoph von Wittich 1a42cad0e3 fixed resource leak (DestroyMenu before destroying main window)
fixed pointer cast warning -> UlongtoPtr (thx to Alex)

svn path=/trunk/; revision=19238
2005-11-15 01:25:56 +00:00
Steven Edwards fb818dc925 add DNS_ERROR_INVALID_NAME
svn path=/trunk/; revision=19237
2005-11-15 00:33:28 +00:00
Steven Edwards d3a6826aa2 fix mixed case header inclusion for linux build
svn path=/trunk/; revision=19236
2005-11-15 00:10:41 +00:00
Steven Edwards 5b3baf7c14 fix all but about 8 out of 91 tests. Correct resource usage in xml, fix win32gui vs win32cui mode on most test xml
svn path=/trunk/; revision=19235
2005-11-14 23:44:15 +00:00
Steven Edwards 5fe4aeec65 commit correct xml for linking resources. Broken so Royce can review
svn path=/trunk/; revision=19234
2005-11-14 23:23:18 +00:00
Steven Edwards a6eeb0f533 fix the old cygwin handle duping tests
svn path=/trunk/; revision=19233
2005-11-14 23:00:36 +00:00
Steven Edwards a46e673dff added resources back to some of the gui tests
svn path=/trunk/; revision=19232
2005-11-14 22:56:42 +00:00
Christoph von Wittich 7dd39a72ed implemented some stubs needed by ClamWin
svn path=/trunk/; revision=19231
2005-11-14 22:44:36 +00:00
Alex Ionescu 68ed182332 Catch really weird scenario where we don't have a File Object on our IRP Stack. Added by Elrond.
svn path=/trunk/; revision=19230
2005-11-14 22:04:30 +00:00
Christoph von Wittich adbd79b940 fix RtlFindMessage
fix load_message and FormatMessage by importing newer Wine code

svn path=/trunk/; revision=19229
2005-11-14 21:53:21 +00:00
Gé van Geldorp 86668cc6b3 TwoTailedFox <twotailedfox@gmailcom>:
Spelling/Grammatical/Presentation fixes

svn path=/trunk/; revision=19228
2005-11-14 18:00:47 +00:00
Hartmut Birr 69b13c4f41 Fixed a few length calculation in NtEnumerateValueKey, which has resulted in a overflow, if the given buffer was too small.
svn path=/trunk/; revision=19227
2005-11-14 17:46:00 +00:00
Hervé Poussineau ff83cbe019 Add .inf file for Realtek netcards (8029 compatibles)
Remove NE2000 compatible card in Root bus, as QEMU enumerates it as PCI
Add .inf file for Xbox display card

svn path=/trunk/; revision=19226
2005-11-14 17:33:38 +00:00
Gé van Geldorp cfe927d8be Only debug 1 thread at a time
svn path=/trunk/; revision=19225
2005-11-14 16:36:26 +00:00
Hervé Poussineau abfe5c5390 Set SystemSetupInProgress to 0 at the end of second stage setup
Remove dead code

svn path=/trunk/; revision=19224
2005-11-14 15:35:41 +00:00
Filip Navara 92c165e46d Add definition for vsprintfW.
svn path=/trunk/; revision=19223
2005-11-14 13:45:28 +00:00
James Tabor 0beb028660 Add devmgr.xml for testing.
svn path=/trunk/; revision=19220
2005-11-14 03:51:31 +00:00
James Tabor 3f4c411061 Fix xml name conflict.
svn path=/trunk/; revision=19219
2005-11-14 02:16:04 +00:00
James Tabor 168b9c5b2a Fix xml name conflict.
svn path=/trunk/; revision=19218
2005-11-14 02:14:23 +00:00
James Tabor e40ccd5933 Fix xml name conflict.
svn path=/trunk/; revision=19217
2005-11-14 01:30:50 +00:00
James Tabor 3d306f5baa Fix xml name conflict.
svn path=/trunk/; revision=19216
2005-11-14 01:23:44 +00:00
Christoph von Wittich 9a90dd7fde fixed some memory leaks
svn path=/trunk/; revision=19215
2005-11-13 23:21:38 +00:00
Christoph von Wittich 2aa1842c68 added missing advapi32.lib to fix build with msvc
svn path=/trunk/; revision=19214
2005-11-13 23:05:41 +00:00
Christoph von Wittich 1bd2bae415 export EnumServicesStatusExA/EnumServicesStatusExW stubs needed by msconfig
svn path=/trunk/; revision=19213
2005-11-13 23:03:06 +00:00
Christoph von Wittich 5169455416 did some work on msconfig
svn path=/trunk/; revision=19212
2005-11-13 20:58:29 +00:00
Ged Murphy 89fded3555 use neater tray arrows from Dominik (dominik@newmatic.de)
svn path=/trunk/; revision=19211
2005-11-13 19:05:01 +00:00
Hartmut Birr a3a691913f Set the boot processor as active processor in KeInit1.
svn path=/trunk/; revision=19210
2005-11-13 17:33:54 +00:00
Hartmut Birr 80cd960aeb Shutdown the process manager before shutdown the registry.
Running processes may have opened a registry handle.

svn path=/trunk/; revision=19209
2005-11-13 17:32:01 +00:00
Hartmut Birr 2fa81ffdfd - Removed the process from the parameter list of MmCreateMemoryArea.
- Changed the 9th parameter of MmCreateMemoryArea to allocation flags.  
- Implemented SEC_NO_CHANGE.

svn path=/trunk/; revision=19208
2005-11-13 17:28:24 +00:00
Eric Kohl 1be846c026 ScmrControlService: Check access rights.
svn path=/trunk/; revision=19207
2005-11-13 14:15:08 +00:00
Thomas Bluemel 577f6f4aa6 fixed unrecognized escape character sequence warning
svn path=/trunk/; revision=19206
2005-11-13 11:29:17 +00:00