reactos.git
19 years agoImport libs now have a "lib" prefix
Gé van Geldorp [Mon, 27 Dec 2004 20:09:57 +0000 (20:09 +0000)]
Import libs now have a "lib" prefix

svn path=/trunk/; revision=12370

19 years agoConsolidate filling of TEXTMETRICS to a single location.
Gé van Geldorp [Mon, 27 Dec 2004 20:06:55 +0000 (20:06 +0000)]
Consolidate filling of TEXTMETRICS to a single location.

svn path=/trunk/; revision=12369

19 years agoFix by WaxDragon: don't use before initialize.
Art Yerkes [Mon, 27 Dec 2004 16:50:56 +0000 (16:50 +0000)]
Fix by WaxDragon: don't use before initialize.

svn path=/trunk/; revision=12368

19 years ago- Implement MsgWaitForMultipleObjects.
Filip Navara [Mon, 27 Dec 2004 16:48:29 +0000 (16:48 +0000)]
- Implement MsgWaitForMultipleObjects.

svn path=/trunk/; revision=12367

19 years ago- Set last error in CreateDIBSection.
Filip Navara [Mon, 27 Dec 2004 16:47:02 +0000 (16:47 +0000)]
- Set last error in CreateDIBSection.

svn path=/trunk/; revision=12366

19 years ago- BitmapFormat should handle BI_BITFIELDS compression type.
Filip Navara [Mon, 27 Dec 2004 16:45:19 +0000 (16:45 +0000)]
- BitmapFormat should handle BI_BITFIELDS compression type.

svn path=/trunk/; revision=12365

19 years ago- Implement _onexit.
Filip Navara [Mon, 27 Dec 2004 16:43:49 +0000 (16:43 +0000)]
- Implement _onexit.
- Port __dllonexit from Wine.
- Fix vsscanf stream initialization.

svn path=/trunk/; revision=12364

19 years ago- RtlExpandEnvironmentStrings_U and ExpandEnvironmentStrings[AW] should return the...
Filip Navara [Mon, 27 Dec 2004 16:40:14 +0000 (16:40 +0000)]
- RtlExpandEnvironmentStrings_U and ExpandEnvironmentStrings[AW] should return the total length needed for the string with all the environment variables expanded.

svn path=/trunk/; revision=12363

19 years agoDetect and report ACPI- and APM-BIOS support.
Eric Kohl [Mon, 27 Dec 2004 16:13:41 +0000 (16:13 +0000)]
Detect and report ACPI- and APM-BIOS support.

svn path=/trunk/; revision=12362

19 years agoEnumerate all devices on the 'ACPI bus'.
Eric Kohl [Mon, 27 Dec 2004 14:24:00 +0000 (14:24 +0000)]
Enumerate all devices on the 'ACPI bus'.

svn path=/trunk/; revision=12361

19 years agoEnumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI devices.
Eric Kohl [Mon, 27 Dec 2004 14:21:35 +0000 (14:21 +0000)]
Enumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI devices.

svn path=/trunk/; revision=12360

19 years agofix GPF for clicks in the favorites folder
Martin Fuchs [Mon, 27 Dec 2004 13:54:19 +0000 (13:54 +0000)]
fix GPF for clicks in the favorites folder

svn path=/trunk/; revision=12359

19 years agoUse ListEntry->Flink before ListEntry is freed by SignalSocket()
Gé van Geldorp [Mon, 27 Dec 2004 11:00:01 +0000 (11:00 +0000)]
Use ListEntry->Flink before ListEntry is freed by SignalSocket()

svn path=/trunk/; revision=12358

19 years agoMake AsyncData point to the allocated memory instead of overwriting some
Gé van Geldorp [Mon, 27 Dec 2004 10:38:06 +0000 (10:38 +0000)]
Make AsyncData point to the allocated memory instead of overwriting some
random memory locations

svn path=/trunk/; revision=12357

19 years ago- Free all memory in error case of GetClassInfoExCommon.
Filip Navara [Sun, 26 Dec 2004 23:56:16 +0000 (23:56 +0000)]
- Free all memory in error case of GetClassInfoExCommon.
- Fix RegisterClassExA for menu-less window classes.

svn path=/trunk/; revision=12353

19 years ago- Fix size returned by NtUserGetClassInfo.
Filip Navara [Sun, 26 Dec 2004 23:54:54 +0000 (23:54 +0000)]
- Fix size returned by NtUserGetClassInfo.

svn path=/trunk/; revision=12352

19 years agoDynamically resize buffer as needed
Gé van Geldorp [Sun, 26 Dec 2004 23:31:00 +0000 (23:31 +0000)]
Dynamically resize buffer as needed

svn path=/trunk/; revision=12350

19 years agoDon't write outside buffer
Gé van Geldorp [Sun, 26 Dec 2004 23:09:51 +0000 (23:09 +0000)]
Don't write outside buffer

svn path=/trunk/; revision=12349

19 years agoMove the I/O completion port setting to second stage and fix the async I/O
Gé van Geldorp [Sun, 26 Dec 2004 21:18:34 +0000 (21:18 +0000)]
Move the I/O completion port setting to second stage and fix the async I/O
test. Thanks to Alex Ionescu for explaining this stuff to me.

svn path=/trunk/; revision=12348

19 years agoDceResetActiveDCEs fixes:
Filip Navara [Sun, 26 Dec 2004 20:34:49 +0000 (20:34 +0000)]
DceResetActiveDCEs fixes:
- Don't check ownership because window DCs are global now.
- Correctly reposition client DCs (if window style changes).

svn path=/trunk/; revision=12347

19 years ago- Fix building on Linux.
Filip Navara [Sun, 26 Dec 2004 18:55:26 +0000 (18:55 +0000)]
- Fix building on Linux.

svn path=/trunk/; revision=12346

19 years ago- Export ExSemaphoreObjectType.
Filip Navara [Sun, 26 Dec 2004 17:48:19 +0000 (17:48 +0000)]
- Export ExSemaphoreObjectType.

svn path=/trunk/; revision=12345

19 years agoSet I/O completion port on completion of the IRP
Gé van Geldorp [Sun, 26 Dec 2004 15:55:14 +0000 (15:55 +0000)]
Set I/O completion port on completion of the IRP

svn path=/trunk/; revision=12344

19 years agoImplement IoSetIoCompletion()
Gé van Geldorp [Sun, 26 Dec 2004 15:36:23 +0000 (15:36 +0000)]
Implement IoSetIoCompletion()

svn path=/trunk/; revision=12343

19 years agoThomas pointed out that we can just use PostMessageW() instead of going
Gé van Geldorp [Sun, 26 Dec 2004 15:21:23 +0000 (15:21 +0000)]
Thomas pointed out that we can just use PostMessageW() instead of going
through WPUPostMessage()

svn path=/trunk/; revision=12342

19 years agoHandle AFD_EVENT_CONNECT notifications
Gé van Geldorp [Sun, 26 Dec 2004 15:04:33 +0000 (15:04 +0000)]
Handle AFD_EVENT_CONNECT notifications

svn path=/trunk/; revision=12341

19 years ago- Don't use boolean NOT when bitwise NOT is intended
Gé van Geldorp [Sun, 26 Dec 2004 14:55:51 +0000 (14:55 +0000)]
- Don't use boolean NOT when bitwise NOT is intended
- Add break to end of switch cases

svn path=/trunk/; revision=12340

19 years agoDon't free AsyncData if we're still using it
Gé van Geldorp [Sun, 26 Dec 2004 14:47:57 +0000 (14:47 +0000)]
Don't free AsyncData if we're still using it

svn path=/trunk/; revision=12339

19 years agoImplemented WPUPostMessage()
Gé van Geldorp [Sun, 26 Dec 2004 14:43:01 +0000 (14:43 +0000)]
Implemented WPUPostMessage()

svn path=/trunk/; revision=12338

19 years ago- Set the popup menu flag in IntSetMenuItemInfo when setting the handle of submenu.
Filip Navara [Sat, 25 Dec 2004 23:40:47 +0000 (23:40 +0000)]
- Set the popup menu flag in IntSetMenuItemInfo when setting the handle of submenu.

svn path=/trunk/; revision=12337

19 years ago- Partial implementation of RealMsgWaitForMultipleObjectsEx and message queue wake...
Filip Navara [Sat, 25 Dec 2004 22:59:10 +0000 (22:59 +0000)]
- Partial implementation of RealMsgWaitForMultipleObjectsEx and message queue wake mask.
- Fix setting of menu item type and strings.

svn path=/trunk/; revision=12336

19 years agoDon't return uninitialized variable
Gé van Geldorp [Sat, 25 Dec 2004 22:58:59 +0000 (22:58 +0000)]
Don't return uninitialized variable

svn path=/trunk/; revision=12335

19 years agoAdded a (currently unworking) accept implementation. Needs work, but doesn't
Art Yerkes [Sat, 25 Dec 2004 21:30:20 +0000 (21:30 +0000)]
Added a (currently unworking) accept implementation.  Needs work, but doesn't
break anything.
Committed a patch by GvG:
 - SignalSocket: Removed collected parameter, changed Information to actual
   number of bytes returned.

svn path=/trunk/; revision=12333

19 years ago- Fix compilation with MinGW runtime 3.5.
Filip Navara [Sat, 25 Dec 2004 21:05:19 +0000 (21:05 +0000)]
- Fix compilation with MinGW runtime 3.5.

svn path=/trunk/; revision=12332

19 years ago- Fix finding of windows by classes in NtUserFindWindow.
Filip Navara [Sat, 25 Dec 2004 20:30:50 +0000 (20:30 +0000)]
- Fix finding of windows by classes in NtUserFindWindow.
- Marshal WM_COPYDATA messages.

svn path=/trunk/; revision=12331

19 years ago- Fix KDBG build that I've broken.
Filip Navara [Sat, 25 Dec 2004 19:38:17 +0000 (19:38 +0000)]
- Fix KDBG build that I've broken.

svn path=/trunk/; revision=12330

19 years ago- Fix a typo.
Filip Navara [Sat, 25 Dec 2004 15:33:30 +0000 (15:33 +0000)]
- Fix a typo.

svn path=/trunk/; revision=12329

19 years ago- Fix comparsion that I broke with my last commit.
Filip Navara [Sat, 25 Dec 2004 14:22:57 +0000 (14:22 +0000)]
- Fix comparsion that I broke with my last commit.

svn path=/trunk/; revision=12328

19 years ago- Fix yet another double completition error.
Filip Navara [Sat, 25 Dec 2004 12:07:24 +0000 (12:07 +0000)]
- Fix yet another double completition error.

svn path=/trunk/; revision=12327

19 years ago- Fix compilation with GCC 4.0-20041219.
Filip Navara [Sat, 25 Dec 2004 11:22:37 +0000 (11:22 +0000)]
- Fix compilation with GCC 4.0-20041219.

svn path=/trunk/; revision=12326

19 years ago- Fix compilation with GCC 4.0-20041219.
Filip Navara [Sat, 25 Dec 2004 11:21:48 +0000 (11:21 +0000)]
- Fix compilation with GCC 4.0-20041219.
- Don't try to stick (1 << 8) into entry.delivery_mode which is 3-bit integer.

svn path=/trunk/; revision=12325

19 years ago- Don't pass uninitialized variables to PropertySheet,
Filip Navara [Sat, 25 Dec 2004 11:17:10 +0000 (11:17 +0000)]
- Don't pass uninitialized variables to PropertySheet,

svn path=/trunk/; revision=12324

19 years agoregsettings for acpi and
Magnus Olsen [Sat, 25 Dec 2004 00:46:07 +0000 (00:46 +0000)]
regsettings for acpi and
fix powerdown when reactos shortdown by Herv� Poussineau

svn path=/trunk/; revision=12323

19 years agofix powerdown when reactos shortdown by Herv� Poussineau
Magnus Olsen [Sat, 25 Dec 2004 00:44:49 +0000 (00:44 +0000)]
fix powerdown when reactos shortdown by Herv� Poussineau

svn path=/trunk/; revision=12322

19 years ago- Fix compilation with GCC 4.0-20041219.
Filip Navara [Fri, 24 Dec 2004 23:01:35 +0000 (23:01 +0000)]
- Fix compilation with GCC 4.0-20041219.

svn path=/trunk/; revision=12321

19 years agochange NtUserChangeDisplaySettings stub so it report res not supported
Magnus Olsen [Fri, 24 Dec 2004 19:02:32 +0000 (19:02 +0000)]
change NtUserChangeDisplaySettings stub so it report res not supported
geting quake1 working direcly form console with out any extra switch

svn path=/trunk/; revision=12320

19 years agorevert my temporary class hacks and remove my desktop handling changes temporarily...
Thomas Bluemel [Fri, 24 Dec 2004 17:45:59 +0000 (17:45 +0000)]
revert my temporary class hacks and remove my desktop handling changes temporarily as they cause some trouble

svn path=/trunk/; revision=12319

19 years agoAdd simple first stage GUI setup application.
Eric Kohl [Fri, 24 Dec 2004 17:31:07 +0000 (17:31 +0000)]
Add simple first stage GUI setup application.

svn path=/trunk/; revision=12317

19 years ago- Move english resource to a separate file.
Eric Kohl [Fri, 24 Dec 2004 17:19:44 +0000 (17:19 +0000)]
- Move english resource to a separate file.
- Keep language-independent resources in welcome.rc.
- Run 'reactos.exe' to install ReactOS.

svn path=/trunk/; revision=12316

19 years agoAdd simple first stage GUI setup application.
Eric Kohl [Fri, 24 Dec 2004 17:17:12 +0000 (17:17 +0000)]
Add simple first stage GUI setup application.

svn path=/trunk/; revision=12315

19 years ago- Fix compilation with GCC 4.0-20041219.
Filip Navara [Fri, 24 Dec 2004 17:07:00 +0000 (17:07 +0000)]
- Fix compilation with GCC 4.0-20041219.

svn path=/trunk/; revision=12314

19 years agoIntEngGradientFill() fix ASSERT statements
Royce Mitchell III [Fri, 24 Dec 2004 06:00:53 +0000 (06:00 +0000)]
IntEngGradientFill() fix ASSERT statements

svn path=/trunk/; revision=12312

19 years ago-add some asserts to catch abuse (double insertions, unititialized items etc.)
Gunnar Dalsnes [Fri, 24 Dec 2004 02:09:12 +0000 (02:09 +0000)]
-add some asserts to catch abuse (double insertions, unititialized items etc.)
-add asserts for KeRemoveQueue NTSTATUS returns

svn path=/trunk/; revision=12311

19 years agoadd bugcode: INVALID_WORK_QUEUE_ITEM
Gunnar Dalsnes [Fri, 24 Dec 2004 02:05:26 +0000 (02:05 +0000)]
add bugcode: INVALID_WORK_QUEUE_ITEM

svn path=/trunk/; revision=12310

19 years agoExInitializeWorkItem: synch with Windows (only NULL the Flink)
Gunnar Dalsnes [Fri, 24 Dec 2004 01:39:50 +0000 (01:39 +0000)]
ExInitializeWorkItem: synch with Windows (only NULL the Flink)

svn path=/trunk/; revision=12309

19 years agoFix building with DBG=1, OPTIMIZED=1. Patch by Stephen Hodges.
Alex Ionescu [Fri, 24 Dec 2004 01:32:38 +0000 (01:32 +0000)]
Fix building with DBG=1, OPTIMIZED=1. Patch by Stephen Hodges.

svn path=/trunk/; revision=12308

19 years ago- Pass create parameters for named pipes and mailslots in the stack location.
Eric Kohl [Thu, 23 Dec 2004 23:58:44 +0000 (23:58 +0000)]
- Pass create parameters for named pipes and mailslots in the stack location.
- Call NpfsFindPipe to search for an existing pipe.

svn path=/trunk/; revision=12307

19 years agoPass create parameters for named pipes and mailslots in the stack location.
Eric Kohl [Thu, 23 Dec 2004 23:56:33 +0000 (23:56 +0000)]
Pass create parameters for named pipes and mailslots in the stack location.

svn path=/trunk/; revision=12306

19 years ago- Check the return value of LdrProcessModule instead of uninitialized variable.
Filip Navara [Thu, 23 Dec 2004 23:33:54 +0000 (23:33 +0000)]
- Check the return value of LdrProcessModule instead of uninitialized variable.

svn path=/trunk/; revision=12305

19 years agoFix the signature of Nt/ZwCreateNamedPipe, the 8th to 10th arguments are ULONGs inste...
Eric Kohl [Thu, 23 Dec 2004 20:13:38 +0000 (20:13 +0000)]
Fix the signature of Nt/ZwCreateNamedPipe, the 8th to 10th arguments are ULONGs instead of BOOLEANs.

svn path=/trunk/; revision=12303

19 years agoFree process data when LPC port is closed, not when process is terminated,
Gé van Geldorp [Thu, 23 Dec 2004 18:02:12 +0000 (18:02 +0000)]
Free process data when LPC port is closed, not when process is terminated,
'cause there now might be a "hide desktop" request coming in after process
termination

svn path=/trunk/; revision=12302

19 years agoMerge EXTENDED_IO_STACK_LOCATION into IO_STACK_LOCATION and fix the resulting errors.
Eric Kohl [Thu, 23 Dec 2004 12:39:16 +0000 (12:39 +0000)]
Merge EXTENDED_IO_STACK_LOCATION into IO_STACK_LOCATION and fix the resulting errors.

svn path=/trunk/; revision=12301

19 years agoRollback last change since it's causing problems on Linux
Gé van Geldorp [Thu, 23 Dec 2004 12:05:40 +0000 (12:05 +0000)]
Rollback last change since it's causing problems on Linux

svn path=/trunk/; revision=12300

19 years agoCVS maintenance
Gé van Geldorp [Thu, 23 Dec 2004 09:15:18 +0000 (09:15 +0000)]
CVS maintenance

svn path=/trunk/; revision=12299

19 years agoImport shdocvw from Wine
Gé van Geldorp [Thu, 23 Dec 2004 08:55:00 +0000 (08:55 +0000)]
Import shdocvw from Wine

svn path=/trunk/; revision=12297

19 years agogive Arch a little more variety
Royce Mitchell III [Thu, 23 Dec 2004 02:24:04 +0000 (02:24 +0000)]
give Arch a little more variety

svn path=/trunk/; revision=12296

19 years agoReimport of urlmon from Wine
Gé van Geldorp [Wed, 22 Dec 2004 23:15:15 +0000 (23:15 +0000)]
Reimport of urlmon from Wine

svn path=/trunk/; revision=12295

19 years agoTamlin was tired. Now byte order should _really_ be fixed
Mike Nordell [Wed, 22 Dec 2004 23:05:12 +0000 (23:05 +0000)]
Tamlin was tired. Now byte order should _really_ be fixed

svn path=/trunk/; revision=12294

19 years agoRemove bad declaration of htons
Mike Nordell [Wed, 22 Dec 2004 22:57:19 +0000 (22:57 +0000)]
Remove bad declaration of htons

svn path=/trunk/; revision=12293

19 years agoFix order-of-evalutation bug-to-be
Mike Nordell [Wed, 22 Dec 2004 22:48:02 +0000 (22:48 +0000)]
Fix order-of-evalutation bug-to-be

svn path=/trunk/; revision=12292

19 years agocommited the wrong source for the bot.. sorry
Royce Mitchell III [Wed, 22 Dec 2004 21:53:02 +0000 (21:53 +0000)]
commited the wrong source for the bot.. sorry

svn path=/trunk/; revision=12291

19 years agoforgot to commit responses file
Royce Mitchell III [Wed, 22 Dec 2004 18:57:09 +0000 (18:57 +0000)]
forgot to commit responses file

svn path=/trunk/; revision=12290

19 years agoArchBlackmann irc bot - works in ReactOS - happy hacking
Royce Mitchell III [Wed, 22 Dec 2004 18:25:29 +0000 (18:25 +0000)]
ArchBlackmann irc bot - works in ReactOS - happy hacking

svn path=/trunk/; revision=12289

19 years agoThis corresponds to the change made in dispatch.c on the 20th.
Art Yerkes [Wed, 22 Dec 2004 16:23:03 +0000 (16:23 +0000)]
This corresponds to the change made in dispatch.c on the 20th.

svn path=/trunk/; revision=12288

19 years agoMiQueryVirtualMemory(): created because ZwQueryVirtualMemory() didn't work for me...
Royce Mitchell III [Wed, 22 Dec 2004 05:17:44 +0000 (05:17 +0000)]
MiQueryVirtualMemory(): created because ZwQueryVirtualMemory() didn't work for me, added cases for memory area types that I needed to walk stack traces.
Stack traces now use MiQueryVirtualMemory to make sure they never step outside the allocated stack they started in ( this prevents page faults at high irql ) - for some reason this patch eliminates the NtW32Callback() crash everybody is seeing with GDI_DEBUG enabled, tho I don't understand why.

svn path=/trunk/; revision=12286

19 years agomsvc compatibility
Royce Mitchell III [Wed, 22 Dec 2004 05:06:59 +0000 (05:06 +0000)]
msvc compatibility

svn path=/trunk/; revision=12285

19 years ago- Run UserInit program instead of running shell directly.
Filip Navara [Wed, 22 Dec 2004 01:22:08 +0000 (01:22 +0000)]
- Run UserInit program instead of running shell directly.

svn path=/trunk/; revision=12282

19 years ago- Wait for the shell process to finish execution.
Filip Navara [Wed, 22 Dec 2004 01:20:52 +0000 (01:20 +0000)]
- Wait for the shell process to finish execution.

svn path=/trunk/; revision=12281

19 years agoforgot to add this when making chages to status.c earlier
Gunnar Dalsnes [Wed, 22 Dec 2004 00:58:53 +0000 (00:58 +0000)]
forgot to add this when making chages to status.c earlier

svn path=/trunk/; revision=12280

19 years ago- initialize system window classes when creating window stations
Thomas Bluemel [Tue, 21 Dec 2004 21:38:27 +0000 (21:38 +0000)]
- initialize system window classes when creating window stations
- when creating consoles tell CSRSS the window station/desktop where they should created in, if there's information available

svn path=/trunk/; revision=12279

19 years agoadd dsound include files from wine
Magnus Olsen [Tue, 21 Dec 2004 19:31:07 +0000 (19:31 +0000)]
add dsound include files from wine

svn path=/trunk/; revision=12278

19 years ago- Don't pass a timeout (which wasn't initialized btw), just hang around forever
Gé van Geldorp [Tue, 21 Dec 2004 18:38:49 +0000 (18:38 +0000)]
- Don't pass a timeout (which wasn't initialized btw), just hang around forever
- Call completion routine

svn path=/trunk/; revision=12277

19 years ago- Standardize I/O Completion Port initialization function
Gé van Geldorp [Tue, 21 Dec 2004 18:37:28 +0000 (18:37 +0000)]
- Standardize I/O Completion Port initialization function
- Actually call it

svn path=/trunk/; revision=12276

19 years agoactivate wine own guid for dsound ?
Magnus Olsen [Tue, 21 Dec 2004 18:14:11 +0000 (18:14 +0000)]
activate wine own guid for dsound  ?
first step geting dsound compile
wine dsound compile agein
need todo some clean work now

svn path=/trunk/; revision=12275

19 years agoCommand line completion fix (uninitialized memory)
Mike Nordell [Tue, 21 Dec 2004 16:30:24 +0000 (16:30 +0000)]
Command line completion fix (uninitialized memory)

svn path=/trunk/; revision=12274

19 years ago*** empty log message ***
Filip Navara [Tue, 21 Dec 2004 15:07:01 +0000 (15:07 +0000)]
*** empty log message ***

svn path=/trunk/; revision=12273

19 years ago- Add CLSID entries for CLSID_DragDropHelper.
Filip Navara [Tue, 21 Dec 2004 14:33:59 +0000 (14:33 +0000)]
- Add CLSID entries for CLSID_DragDropHelper.

svn path=/trunk/; revision=12272

19 years agoblasted sym files just aren't always in address-order, must search entire sym file...
Royce Mitchell III [Tue, 21 Dec 2004 04:32:11 +0000 (04:32 +0000)]
blasted sym files just aren't always in address-order, must search entire sym file to find correct function for our offset.

svn path=/trunk/; revision=12270

19 years agowrap stack walks in SEH - this doesn't fix page faults tho, so something else is...
Royce Mitchell III [Tue, 21 Dec 2004 04:05:18 +0000 (04:05 +0000)]
wrap stack walks in SEH - this doesn't fix page faults tho, so something else is going to have to be done :(

svn path=/trunk/; revision=12269

19 years agoNtRemoveIoCompletion: didn't check for possible NTSTATUS codes returned from KeRemove...
Gunnar Dalsnes [Tue, 21 Dec 2004 02:34:32 +0000 (02:34 +0000)]
NtRemoveIoCompletion: didn't check for possible NTSTATUS codes returned from KeRemoveQueue
Spotted by GvG

svn path=/trunk/; revision=12268

19 years ago- Add registry entries for DXDIAG.
Filip Navara [Tue, 21 Dec 2004 00:39:34 +0000 (00:39 +0000)]
- Add registry entries for DXDIAG.

svn path=/trunk/; revision=12267

19 years agoadd devenum to the bootcd
Magnus Olsen [Mon, 20 Dec 2004 22:33:01 +0000 (22:33 +0000)]
add devenum to the bootcd

svn path=/trunk/; revision=12266

19 years agoadd devenum to the build
Magnus Olsen [Mon, 20 Dec 2004 22:26:18 +0000 (22:26 +0000)]
add devenum to the build

svn path=/trunk/; revision=12265

19 years agospell error
Magnus Olsen [Mon, 20 Dec 2004 22:18:41 +0000 (22:18 +0000)]
spell error

svn path=/trunk/; revision=12264

19 years agoadd devnum.dll base adress
Magnus Olsen [Mon, 20 Dec 2004 22:12:43 +0000 (22:12 +0000)]
add devnum.dll base adress

svn path=/trunk/; revision=12263

19 years agoheader file from wine
Magnus Olsen [Mon, 20 Dec 2004 22:11:56 +0000 (22:11 +0000)]
header file from wine
small change in one of these

svn path=/trunk/; revision=12262

19 years agoport over devnum from wine only small change to createdevnum.c
Magnus Olsen [Mon, 20 Dec 2004 22:09:31 +0000 (22:09 +0000)]
port over devnum from wine only small change to createdevnum.c

svn path=/trunk/; revision=12261

19 years agoFixed the include of utime.h. (I should read the mails from others more exactly.)
Hartmut Birr [Mon, 20 Dec 2004 21:50:41 +0000 (21:50 +0000)]
Fixed the include of utime.h. (I should read the mails from others more exactly.)

svn path=/trunk/; revision=12260

19 years agoSet ownership to NULL for both cursor and mask bitmaps
Gé van Geldorp [Mon, 20 Dec 2004 21:34:23 +0000 (21:34 +0000)]
Set ownership to NULL for both cursor and mask bitmaps

svn path=/trunk/; revision=12258

19 years agofix some fualt here.
Magnus Olsen [Mon, 20 Dec 2004 21:09:40 +0000 (21:09 +0000)]
fix some fualt here.

svn path=/trunk/; revision=12257