Commit graph

33063 commits

Author SHA1 Message Date
Eric Kohl b48aef5119 [FORMATTING] No code changes!
svn path=/trunk/; revision=36377
2008-09-21 13:55:53 +00:00
Christoph von Wittich fff44b9cb5 sync jscript with wine 1.1.5
svn path=/trunk/; revision=36376
2008-09-21 13:24:00 +00:00
Christoph von Wittich 3415a605e5 this hack wasn't supposed to be committed
svn path=/trunk/; revision=36375
2008-09-21 13:05:48 +00:00
Christoph von Wittich 8ff60114b6 sync msxml3 with wine 1.1.5
svn path=/trunk/; revision=36374
2008-09-21 13:03:20 +00:00
Colin Finck 0fa81bc0da Wow, WriteConfigurationFile() in rbuild never worked since it was added in r13496 over 3 years ago! :-)
Thus, the generated "roscfg.h" was always empty, but for whatever reason modules started to include it.
I removed all dependencies on this file and the function itself from rbuild.

svn path=/trunk/; revision=36373
2008-09-21 13:00:40 +00:00
Cameron Gutman 0f1167cbc0 - Merge aicom-network-fixes up to r36371
svn path=/trunk/; revision=36372
2008-09-21 12:41:26 +00:00
Cameron Gutman 86e1d71934 - There are 4 in flight requests not 3
svn path=/branches/aicom-network-fixes/; revision=36371
2008-09-21 12:31:14 +00:00
Gregor Brunmar 82d36803fa D3D9:
* Added stubs for IDirect3DTexture9 methods
* Implemented IDirect3DTexture9::GetDevice()
* Moved device locking to the D3D9BaseObject instead of in each child object

svn path=/trunk/; revision=36370
2008-09-21 12:25:38 +00:00
Christoph von Wittich a63c53bdac fix two nice typo's
(array subscript was above array bounds)

svn path=/trunk/; revision=36369
2008-09-21 12:12:37 +00:00
Christoph von Wittich ec73256471 sync msiexec with wine 1.1.5
svn path=/trunk/; revision=36368
2008-09-21 12:00:07 +00:00
Aleksey Bragin 0230d25b11 - FileOffset is 32bit long, not 64bit, so no reason in additional casting.
- Fix a ULONG -> BOOLEAN conversion warning.

svn path=/trunk/; revision=36367
2008-09-21 11:34:04 +00:00
Christoph von Wittich 463ffc2132 fix wrong casts
svn path=/trunk/; revision=36366
2008-09-21 06:52:54 +00:00
Christoph von Wittich 295baae2f3 fix brackets
svn path=/trunk/; revision=36365
2008-09-21 06:42:21 +00:00
Cameron Gutman 24402d079c - Remove more useless code
svn path=/branches/aicom-network-fixes/; revision=36364
2008-09-21 03:21:34 +00:00
Cameron Gutman 252f7c71da - Set MiniportBusy to TRUE in MiniDequeueWorkItem instead of MiniQueueWorkItem
- Fail if another miniport request is still in progress

svn path=/branches/aicom-network-fixes/; revision=36363
2008-09-21 02:35:23 +00:00
Cameron Gutman e6386dff73 - Remove some unneeded code
- Set MiniportBusy to TRUE if MiniDoRequest returns NDIS_STATUS_PENDING

svn path=/branches/aicom-network-fixes/; revision=36362
2008-09-21 01:55:16 +00:00
Cameron Gutman 36a831e55c - Only call MiniSendComplete if ProIndicatePacket didn't return NDIS_STATUS_PENDING
svn path=/branches/aicom-network-fixes/; revision=36359
2008-09-20 23:08:56 +00:00
Cameron Gutman 08288ba535 - Revert r36337 because the callers don't depend on the memory being zeroed
svn path=/branches/aicom-network-fixes/; revision=36358
2008-09-20 21:29:31 +00:00
Eric Kohl aa46f44e50 [FORMATTING] No code changes!
svn path=/trunk/; revision=36357
2008-09-20 20:28:23 +00:00
Cameron Gutman b7872654ed - The handle passed to MiniRequestComplete, NdisMQueryInformationComplete, and NdisMSetInformationComplete is the Adapter not the MiniportBlock
- Set MiniportBusy to FALSE in all the completion routines
 - Set MiniportBusy to TRUE in MiniQueueWorkItem
 - Only requeue the packet if it's a serialized miniport that returned NDIS_STATUS_RESOURCES
 - Hold the spin lock when requeuing the packet

svn path=/branches/aicom-network-fixes/; revision=36356
2008-09-20 17:10:30 +00:00
Christoph von Wittich 8c33fab48b replace \" with "" in rc files
fix non standard C code

svn path=/trunk/; revision=36353
2008-09-20 14:55:49 +00:00
Christoph von Wittich 64048965fe -fix resource leaks
-don't free memory allocated by LocalAlloc with HeapFree

svn path=/trunk/; revision=36352
2008-09-20 14:13:10 +00:00
Stefan Ginsberg 9c3ba3b526 - Fix CMTRACE macro
svn path=/trunk/; revision=36351
2008-09-20 14:11:25 +00:00
Dmitry Chapyshev 608c551fa0 - Implement RealChildWindowFromPoint (based on wine)
- Add checking params for BeginDeferWindowPos

svn path=/trunk/; revision=36350
2008-09-20 13:47:33 +00:00
Christoph von Wittich 27149c2a0c fix formatting
svn path=/trunk/; revision=36349
2008-09-20 13:45:33 +00:00
Dmitry Chapyshev 47b0133272 - Fix formatting. No code change
svn path=/trunk/; revision=36348
2008-09-20 13:45:10 +00:00
Christoph von Wittich de2b706b27 fix resource leaks
svn path=/trunk/; revision=36347
2008-09-20 13:44:56 +00:00
Christoph von Wittich b20ceda590 fix some non standard conformant code
svn path=/trunk/; revision=36346
2008-09-20 13:36:26 +00:00
Christoph von Wittich c2060ef1ff convert this mess into actual C code
svn path=/trunk/; revision=36345
2008-09-20 12:58:28 +00:00
Christoph von Wittich 056bcda4d1 fix broken rc files
svn path=/trunk/; revision=36344
2008-09-20 09:38:20 +00:00
Christoph von Wittich 2aa6b99347 fix some resource leaks
svn path=/trunk/; revision=36342
2008-09-20 09:28:55 +00:00
Christoph von Wittich 1e89fe22e0 fix some resource leaks
svn path=/trunk/; revision=36341
2008-09-20 09:05:24 +00:00
Christoph von Wittich 29dc95eb08 don't use \" in rc files, use double quotation marks instead
svn path=/trunk/; revision=36340
2008-09-20 08:36:06 +00:00
Dmitry Chapyshev 95569ba91c - Fix formatting. No code change
svn path=/trunk/; revision=36339
2008-09-20 08:11:32 +00:00
Cameron Gutman 42c8a616ec - Merge aicom-network-fixes up to r36337
svn path=/trunk/; revision=36338
2008-09-20 00:39:55 +00:00
Cameron Gutman 5faf248d96 - Zero the memory after we allocate it
svn path=/branches/aicom-network-fixes/; revision=36337
2008-09-20 00:31:02 +00:00
Cameron Gutman d8dfacc28d - Queue the packet again if we currently don't have enough resources to process it
svn path=/branches/aicom-network-fixes/; revision=36336
2008-09-19 23:51:26 +00:00
Cameron Gutman 5620a8ecff - Initialize the callback record before calling KeRegisterBugCheckCallback so NdisMRegisterAdapterShutdownHandler should work now
svn path=/branches/aicom-network-fixes/; revision=36335
2008-09-19 23:41:28 +00:00
Cameron Gutman face815dd6 - Code cleanup
- Set Status to NDIS_STATUS_NOT_SUPPORTED if we don't support the parameter type

svn path=/branches/aicom-network-fixes/; revision=36334
2008-09-19 23:18:12 +00:00
Cameron Gutman f0e952b4b6 - Store the current thread
svn path=/branches/aicom-network-fixes/; revision=36333
2008-09-19 23:16:29 +00:00
Thomas Bluemel 324b9250cc Only free allocated bands
svn path=/trunk/; revision=36330
2008-09-19 19:26:00 +00:00
Colin Finck 773113715b Revert the aesthetic hack of r27608
We used Bitstream/DejaVu fonts for everything at that time, but the current Tahoma font doesn't need this hack.
This way, all window controls with mnemonic keys have the underscore placed as under Windows :-)

svn path=/trunk/; revision=36329
2008-09-19 15:11:09 +00:00
Christoph von Wittich b4c9d9e321 fix a psapi winetest
svn path=/trunk/; revision=36328
2008-09-19 14:15:05 +00:00
Christoph von Wittich eb778285cf fix dll parameters
svn path=/trunk/; revision=36327
2008-09-19 14:02:24 +00:00
Johannes Anderwald f05f1fbaba - Add resource idds
svn path=/trunk/; revision=36326
2008-09-19 12:40:29 +00:00
Johannes Anderwald ebc7599c6d - Import TCP/IP dialog from ncpa
svn path=/trunk/; revision=36325
2008-09-19 12:40:04 +00:00
Christoph von Wittich 72d5f166e9 fix formatting
svn path=/trunk/; revision=36324
2008-09-19 10:53:10 +00:00
Aleksey Bragin f1c91f140d - Get rid of sprintf usage in default_dbg_vprintf.
- This make tracing macro usage safe in crt sprintf implementation and simplify overall codepath (no need for intermediate buffer).
- Solution inspired by hackbunny's suggestion, fixes bug 3632.
- Add vDbgPrintExWithPrefix to debugsup libraries.
See issue #3632 for more details.

svn path=/trunk/; revision=36323
2008-09-19 10:35:30 +00:00
Christoph von Wittich b4572ba562 DShow.h -> dshow.h
svn path=/trunk/; revision=36322
2008-09-19 09:02:03 +00:00
Christoph von Wittich 2342d9a8ab add missing dvdmedia.h
svn path=/trunk/; revision=36321
2008-09-19 09:01:44 +00:00