Commit graph

33063 commits

Author SHA1 Message Date
Christoph von Wittich 2435f146c3 add missing definitions
svn path=/trunk/; revision=36246
2008-09-14 18:22:53 +00:00
Eric Kohl 41cb00e69a Don't user the local attribute twice.
svn path=/trunk/; revision=36245
2008-09-14 18:16:24 +00:00
Aleksey Bragin 4b9642ee43 - Don't call MmLoadSystemImage with a NULL ModuleHandle. This could allow a simplification of the SystemLoadGdiDriverInformation function.
svn path=/trunk/; revision=36244
2008-09-14 17:58:27 +00:00
Christoph von Wittich ffe9d022e2 fix memory allocation for NDIS_WORK_ITEM
svn path=/trunk/; revision=36243
2008-09-14 17:20:45 +00:00
Christoph von Wittich cd5303c9a0 add PCI_SUBCLASS_SB_SMBUS
svn path=/trunk/; revision=36242
2008-09-14 16:22:42 +00:00
Christoph von Wittich 70bfb6733b add kvmnet.sys and kvmnet.inf to bootcd (OPTIONAL)
svn path=/trunk/; revision=36241
2008-09-14 14:29:33 +00:00
Cameron Gutman 7b55b5e382 - Merge aicom-network-fixes up to r36215
- We now queue a work item to do most of the work
 - Send/SendPackets now get called at the correct IRQL

svn path=/trunk/; revision=36240
2008-09-14 13:54:42 +00:00
Christoph von Wittich 3f4a8c55e1 fix some typos
svn path=/trunk/; revision=36239
2008-09-14 13:43:46 +00:00
Stefan Ginsberg d896822e7b - Don't dereference a thread when we are supposed to reference it. Now WinDBG can attach to a process, but we crash in CM due to a unhandled failure case.
svn path=/trunk/; revision=36238
2008-09-14 13:41:33 +00:00
Stefan Ginsberg 039d340316 - Don't dereference the debug object when we are supposed to reference it
svn path=/trunk/; revision=36237
2008-09-14 13:20:36 +00:00
Christoph von Wittich 73669f0581 fix a no newline @ end of file warning
svn path=/trunk/; revision=36236
2008-09-14 13:11:49 +00:00
Christoph von Wittich f72a3929a4 fix a no newline @ end of file warning
svn path=/trunk/; revision=36235
2008-09-14 13:10:36 +00:00
Christoph von Wittich a8e501e352 include wintrust.h in imagehlp.h
svn path=/trunk/; revision=36234
2008-09-14 12:02:50 +00:00
Christoph von Wittich e28b2f9bee sync imm.h with wine (should fix build)
svn path=/trunk/; revision=36233
2008-09-14 11:46:08 +00:00
Christoph von Wittich 0ff89a79a9 update crypt headers
sync crypt32 with wine 1.1.4
sync wintrust with wine 1.1.4

svn path=/trunk/; revision=36232
2008-09-14 11:32:55 +00:00
Christoph von Wittich 7b048be57f set _ADVAPI32_ define
svn path=/trunk/; revision=36231
2008-09-14 11:28:56 +00:00
Stefan Ginsberg 896fd757c7 - Don't leak a handle if user mode tries to debug the system process
svn path=/trunk/; revision=36230
2008-09-14 11:27:28 +00:00
Christoph von Wittich cbfff94876 sync rasapi32 to wine 1.1.4
svn path=/trunk/; revision=36229
2008-09-14 10:37:55 +00:00
Christoph von Wittich 16f1715fc9 sync mpr to wine 1.1.4
svn path=/trunk/; revision=36228
2008-09-14 10:18:40 +00:00
Christoph von Wittich 6c1c3b0947 sync advpack to wine 1.1.4
svn path=/trunk/; revision=36227
2008-09-14 10:14:21 +00:00
Christoph von Wittich d9d2e414c7 update headers for shdocvw
svn path=/trunk/; revision=36226
2008-09-14 10:05:35 +00:00
Christoph von Wittich b95f89316b IID_IActiveScriptSiteDebug32 is already defined in uuid
svn path=/trunk/; revision=36225
2008-09-14 09:56:41 +00:00
Christoph von Wittich bcadb066fd add some stuff to uuid
svn path=/trunk/; revision=36222
2008-09-14 07:43:02 +00:00
Christoph von Wittich 27378d78cf sync msxml3 to wine 1.1.4
svn path=/trunk/; revision=36220
2008-09-14 06:24:36 +00:00
Christoph von Wittich 42f6e7844c sync mlang with wine 1.1.4
svn path=/trunk/; revision=36219
2008-09-14 06:17:43 +00:00
Christoph von Wittich 4744b6d35e sync inetmib1 with wine 1.1.4
svn path=/trunk/; revision=36218
2008-09-14 06:13:20 +00:00
Christoph von Wittich 172034efd8 sync hlink with wine 1.1.4
svn path=/trunk/; revision=36217
2008-09-14 06:10:11 +00:00
Christoph von Wittich d827fb07fa sync hhctrl.ocx with wine 1.1.4
svn path=/trunk/; revision=36216
2008-09-14 06:08:59 +00:00
Cameron Gutman 479f0c8d37 - Release the spin lock before calling NCETimeout
- Should fix the crash Wax had when using the kvmnet driver

svn path=/branches/aicom-network-fixes/; revision=36215
2008-09-14 06:05:47 +00:00
Christoph von Wittich 4ffc65aa1b sync cryptui with wine 1.1.4
svn path=/trunk/; revision=36214
2008-09-14 06:02:13 +00:00
Christoph von Wittich ab7f4d89c5 sync cryptnet with wine 1.1.4
svn path=/trunk/; revision=36213
2008-09-14 06:01:06 +00:00
Cameron Gutman 3c6651a64e - Call a serialized miniport's Send/SendPackets handler at DISPATCH_LEVEL
svn path=/branches/aicom-network-fixes/; revision=36212
2008-09-14 05:30:06 +00:00
Cameron Gutman 91ac8bce6e - Change our method of queuing work items so we don't leak anymore
svn path=/branches/aicom-network-fixes/; revision=36211
2008-09-14 05:16:32 +00:00
Christoph von Wittich c3aed3f12d sync oleaut32 to wine 1.1.4
svn path=/trunk/; revision=36210
2008-09-14 05:15:39 +00:00
Christoph von Wittich 6e54f46c16 revert the ole32 idl hack from heispiter as it breaks the rpc proxy
svn path=/trunk/; revision=36209
2008-09-14 05:09:19 +00:00
Christoph von Wittich 31a8f27a0c better hackfix for rpc.h
generate oleacc header from idl

svn path=/trunk/; revision=36208
2008-09-14 05:08:29 +00:00
Christoph von Wittich 4baaab5def Output NULL for inherited methods in the vtbl.
Dan Hipschman <dsh at linux.ucla.edu>

svn path=/trunk/; revision=36207
2008-09-14 05:07:16 +00:00
Cameron Gutman ac40a36ce9 - Queue a work item to do our work that was previously done in MiniportDpc so SendHandler gets called at the correct IRQL
svn path=/branches/aicom-network-fixes/; revision=36206
2008-09-14 04:02:04 +00:00
Christoph von Wittich 4d2adef5ff revert 36199
svn path=/trunk/; revision=36205
2008-09-14 03:39:06 +00:00
Cameron Gutman ddce511a68 - Merge aicom-network-fixes up to r36198
svn path=/trunk/; revision=36204
2008-09-14 00:48:32 +00:00
Pierre Schweitzer 86e3d23459 Hackfixed ole32.dll build adding lots of warnings.
A proper fix will be necessary.

svn path=/trunk/; revision=36203
2008-09-13 22:14:29 +00:00
Pierre Schweitzer f2f5770e01 Added the 3 missing idl files.
This *DOES NOT* fix ole32 build.

svn path=/trunk/; revision=36202
2008-09-13 22:10:18 +00:00
Pierre Schweitzer d9c404e865 Fixed build
svn path=/trunk/; revision=36201
2008-09-13 21:46:45 +00:00
Eric Kohl b3bb873fd3 Implement I_ScSetServiceBitsA/W and SetServiceBits.
svn path=/trunk/; revision=36200
2008-09-13 20:04:51 +00:00
Christoph von Wittich efe847ad5e don't define __WINESRC__
svn path=/trunk/; revision=36199
2008-09-13 19:15:28 +00:00
Cameron Gutman 86ca4446aa - Call KeAcquireSpinLockAtDpcLevel instead of KeAcquireSpinLock when possible
- Don't hold the spin lock as long in MiniportDpc

svn path=/branches/aicom-network-fixes/; revision=36198
2008-09-13 19:00:32 +00:00
Christoph von Wittich c75a2ca168 sync ole2 winetest
svn path=/trunk/; revision=36197
2008-09-13 18:52:03 +00:00
Christoph von Wittich c6339492a2 sync ole32 with wine 1.1.4
svn path=/trunk/; revision=36196
2008-09-13 18:49:51 +00:00
Cameron Gutman bd9013b5ae - Read the maximum packets that the driver allows to be sent at one time
- We don't use it yet

svn path=/branches/aicom-network-fixes/; revision=36195
2008-09-13 18:33:16 +00:00
Eric Kohl 4a6d6e6f71 - Disable some debug messages.
- Fix the prototype of RI_ScGetCurrentGroupStateW (Function 34).

svn path=/trunk/; revision=36194
2008-09-13 18:22:34 +00:00