Gé van Geldorp
db28f9ce5b
Update status
...
svn path=/trunk/; revision=19274
2005-11-16 21:17:19 +00:00
Gé van Geldorp
25ee8edc23
Add some SEH protection (not complete yet)
...
svn path=/trunk/; revision=19272
2005-11-16 20:52:07 +00:00
Aleksey Bragin
76873f5ab1
Fix IoIsWdmVersionAvailable() to confirm we're compatible with Win2k (someone forgot 0x before 10) and also added brief comments on which version corresponds to what.
...
svn path=/trunk/; revision=19271
2005-11-16 20:38:31 +00:00
Hervé Poussineau
d3ed470945
Export _vsnwprintf
...
svn path=/trunk/; revision=19270
2005-11-16 17:34:50 +00:00
Gé van Geldorp
70c005e0ae
StartScan is always in BOTTOM_UP sense for GetDIBits
...
svn path=/trunk/; revision=19269
2005-11-16 16:12:59 +00:00
Gé van Geldorp
e35611c03d
Always pad scanlines to multiples of 4 bytes for DIBs
...
svn path=/trunk/; revision=19268
2005-11-16 16:10:57 +00:00
Gé van Geldorp
a739fc4d06
Pass correct masks when creating bitfield palette
...
svn path=/trunk/; revision=19267
2005-11-16 16:05:55 +00:00
Christoph von Wittich
3918f59b1b
fix memory leak in case of error
...
svn path=/trunk/; revision=19266
2005-11-16 15:53:16 +00:00
Hervé Poussineau
cbd0e5428f
Try to fix the problem some people reported (no keyboard and mouse at 3rd reboot)
...
svn path=/trunk/; revision=19265
2005-11-16 15:14:31 +00:00
Christoph von Wittich
57285d00b6
added UpdateDriverForPlugAndPlayDevicesA (untested)
...
svn path=/trunk/; revision=19264
2005-11-16 14:57:50 +00:00
Christoph von Wittich
d47a998576
fixed bug 791
...
svn path=/trunk/; revision=19263
2005-11-16 13:24:13 +00:00
Gé van Geldorp
93b46a1a8a
Sebastian Gasiorek <zebasoftis@gmail.com>
...
fix for empty control panel applet
Change NUM_APPLETS (2) to NUM_APPLETS (1) because there is only one applet.
Fixes bug 965.
svn path=/trunk/; revision=19262
2005-11-16 11:24:41 +00:00
Hervé Poussineau
f90f00ecb0
- Initialise DevInst field in SP_DEVINFO_DATA. This field can be sent to CM_* functions (code still commented out in SetupDiCreateDeviceInfoListExW)
...
- Fix an error when setting LoadOrderGroup in registry
- Some FIXME -> ERR changes
svn path=/trunk/; revision=19261
2005-11-16 09:41:01 +00:00
Steven Edwards
207bfca509
remove windef.h inclusion. Its not needed and its non-standard
...
svn path=/trunk/; revision=19260
2005-11-16 05:40:35 +00:00
Steven Edwards
fd962d4f5b
created crt public headers directory. Moved excpt.h there
...
svn path=/trunk/; revision=19259
2005-11-16 05:39:32 +00:00
Aleksey Bragin
b4454dfd76
Fix "Devices Parameters" subkey creation in a call to IoOpenDeviceRegistryKey()
...
svn path=/trunk/; revision=19258
2005-11-15 23:07:04 +00:00
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