Commit graph

18007 commits

Author SHA1 Message Date
Christoph von Wittich
1f3e7f6729 sorry, forgot to change one var
svn path=/trunk/; revision=19293
2005-11-17 13:46:07 +00:00
Christoph von Wittich
5333007c97 fixed length calculation of lpDependencies
svn path=/trunk/; revision=19292
2005-11-17 13:45:02 +00:00
Christoph von Wittich
d711215962 implemented CreateServiceA
svn path=/trunk/; revision=19291
2005-11-17 13:23:37 +00:00
Hervé Poussineau
a7ac63db53 Revert part of 19289, I don't want all people to use French ReactOS...
svn path=/trunk/; revision=19290
2005-11-17 13:01:29 +00:00
Hervé Poussineau
45829a8995 - 2nd stage setup: start umpnpmgr service only after the installation of device classes
- Implement ScmrChangeServiceConfigW
- Change StartServiceW stub to return success
This fixes a race condition in device installation, which sometimes lead to a bad installation for network cards, and no network connectivity at next reboot

svn path=/trunk/; revision=19289
2005-11-17 12:49:37 +00:00
Hervé Poussineau
55e7c7de3c Second attempt to have a working keyboard and mouse at third reboot
May fix bug 1018

svn path=/trunk/; revision=19288
2005-11-17 08:29:59 +00:00
Steven Edwards
a4d50f52e7 another no-op. Remove the win32apiisms. Make compatible with both DDKs
svn path=/trunk/; revision=19287
2005-11-17 05:53:52 +00:00
Martin Fuchs
f451b823d8 - use Winefile command line for initial directory selection
- remove useless hwndParent variable

svn path=/trunk/; revision=19286
2005-11-16 23:07:37 +00:00
Steven Edwards
3984ae405d no op header change. Correct some of the header guards to match the DDK
svn path=/trunk/; revision=19285
2005-11-16 22:28:05 +00:00
Gé van Geldorp
1c04a022f2 Add a bit of defensive programming
svn path=/trunk/; revision=19283
2005-11-16 21:44:26 +00:00
Gé van Geldorp
ac2efcf7dc Give comdlg32.dll a little bit more space
svn path=/trunk/; revision=19282
2005-11-16 21:43:38 +00:00
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