reactos.git
20 years agoDo not make NtSecureConnectPort fail: for now direct the call to NtConnectPort.
Emanuele Aliberti [Thu, 22 Jan 2004 21:56:48 +0000 (21:56 +0000)]
Do not make NtSecureConnectPort fail: for now direct the call to NtConnectPort.

svn path=/trunk/; revision=7831

20 years ago- Use English resources when no default locale is specified (Temporary fix).
Filip Navara [Thu, 22 Jan 2004 20:47:08 +0000 (20:47 +0000)]
- Use English resources when no default locale is specified (Temporary fix).
- Added registry entry for the per user local setting.

svn path=/trunk/; revision=7830

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 20:35:25 +0000 (20:35 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7828

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 20:12:04 +0000 (20:12 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7827

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 18:52:01 +0000 (18:52 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7826

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 18:45:19 +0000 (18:45 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7825

20 years agoBetter fix for DPA heap problem
Gé van Geldorp [Thu, 22 Jan 2004 16:02:56 +0000 (16:02 +0000)]
Better fix for DPA heap problem

svn path=/trunk/; revision=7824

20 years agoCheck returned status codes.
Eric Kohl [Thu, 22 Jan 2004 13:18:10 +0000 (13:18 +0000)]
Check returned status codes.

svn path=/trunk/; revision=7823

20 years agofix stupid bug
Gunnar Dalsnes [Thu, 22 Jan 2004 12:39:01 +0000 (12:39 +0000)]
fix stupid bug

svn path=/trunk/; revision=7822

20 years agomerged in commited shell32 WINE patch
Martin Fuchs [Thu, 22 Jan 2004 09:20:41 +0000 (09:20 +0000)]
merged in commited shell32 WINE patch

svn path=/trunk/; revision=7821

20 years agoifndef _ROS_
Richard Campbell [Thu, 22 Jan 2004 01:38:43 +0000 (01:38 +0000)]
ifndef _ROS_

svn path=/trunk/; revision=7820

20 years agoSilenced a debug message.
Eric Kohl [Wed, 21 Jan 2004 23:20:46 +0000 (23:20 +0000)]
Silenced a debug message.

svn path=/trunk/; revision=7819

20 years agomerged back commit shell32 WINE patches
Martin Fuchs [Wed, 21 Jan 2004 23:01:35 +0000 (23:01 +0000)]
merged back commit shell32 WINE patches

svn path=/trunk/; revision=7818

20 years agoreturn 'My Compuer' PIDL for Desktop->ParseDisplayName()
Martin Fuchs [Wed, 21 Jan 2004 20:49:13 +0000 (20:49 +0000)]
return 'My Compuer' PIDL for Desktop->ParseDisplayName()

svn path=/trunk/; revision=7817

20 years agoImplemented GetUserDefaultLangID and GetUserDefaultLCID.Fixes bug #108.
Filip Navara [Wed, 21 Jan 2004 20:37:00 +0000 (20:37 +0000)]
Implemented GetUserDefaultLangID and GetUserDefaultLCID.Fixes bug #108.

svn path=/trunk/; revision=7816

20 years agoRe-add Doxyfile which was deleted by mistake
Gé van Geldorp [Wed, 21 Jan 2004 19:32:38 +0000 (19:32 +0000)]
Re-add Doxyfile which was deleted by mistake

svn path=/trunk/; revision=7815

20 years agoUpdate to FreeType 2.1.5
Gé van Geldorp [Wed, 21 Jan 2004 19:23:49 +0000 (19:23 +0000)]
Update to FreeType 2.1.5

svn path=/trunk/; revision=7814

20 years ago2004-01-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 21 Jan 2004 19:08:51 +0000 (19:08 +0000)]
2004-01-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* apistatus.lst: Rename tdi.dll to tdi.sys.

svn path=/trunk/; revision=7813

20 years agoMinor fix in GlobalMemoryStatus to get some applications happy.
Filip Navara [Wed, 21 Jan 2004 18:57:21 +0000 (18:57 +0000)]
Minor fix in GlobalMemoryStatus to get some applications happy.

svn path=/trunk/; revision=7812

20 years agoFix bug #129. Unfortunetly this causes another bug to appear (that is not caused...
Filip Navara [Wed, 21 Jan 2004 18:39:24 +0000 (18:39 +0000)]
Fix bug #129. Unfortunetly this causes another bug to appear (that is not caused by this patch hopefully).

svn path=/trunk/; revision=7811

20 years agondis.dll -> ndis.sys (fix bug #160)
Filip Navara [Wed, 21 Jan 2004 18:38:54 +0000 (18:38 +0000)]
ndis.dll -> ndis.sys (fix bug #160)

svn path=/trunk/; revision=7810

20 years agoFix bug #166 ('FileDialog returns empty string or error in run from the start menu').
Filip Navara [Wed, 21 Jan 2004 18:38:53 +0000 (18:38 +0000)]
Fix bug #166 ('FileDialog returns empty string or error in run from the start menu').

svn path=/trunk/; revision=7809

20 years ago- Don't mix device and logical coordinates in NtUserBeginPaint.
Filip Navara [Wed, 21 Jan 2004 17:23:55 +0000 (17:23 +0000)]
- Don't mix device and logical coordinates in NtUserBeginPaint.
- Use BF_FLAT style for DrawEdge when drawing WS_EX_STATICEDGE border.

svn path=/trunk/; revision=7807

20 years agoAnother rewrite of the mouse detection code by Logan_V8_TT with minor changes by...
Filip Navara [Wed, 21 Jan 2004 15:25:01 +0000 (15:25 +0000)]
Another rewrite of the mouse detection code by Logan_V8_TT with minor changes by me to get it really working with my mouse. This version should solve the problem where the mouse wasn't moving and also the conflicts with serial port debugging.

svn path=/trunk/; revision=7806

20 years agoChange location of videoprt.sys.
Eric Kohl [Wed, 21 Jan 2004 12:19:47 +0000 (12:19 +0000)]
Change location of videoprt.sys.

svn path=/trunk/; revision=7805

20 years agoAdd taskmgr to distributed apps
Gé van Geldorp [Wed, 21 Jan 2004 08:05:06 +0000 (08:05 +0000)]
Add taskmgr to distributed apps

svn path=/trunk/; revision=7804

20 years agouse #ifdef _ROS_ for latest drawing workaround
Martin Fuchs [Wed, 21 Jan 2004 08:02:51 +0000 (08:02 +0000)]
use #ifdef _ROS_ for latest drawing workaround

svn path=/trunk/; revision=7803

20 years agoReboot instead of shutdown at the end of 2nd stage setup.
Gé van Geldorp [Tue, 20 Jan 2004 23:40:19 +0000 (23:40 +0000)]
Reboot instead of shutdown at the end of 2nd stage setup.

svn path=/trunk/; revision=7800

20 years agoShow warning screen at the end of setup, telling the user to wait until
Gé van Geldorp [Tue, 20 Jan 2004 23:39:06 +0000 (23:39 +0000)]
Show warning screen at the end of setup, telling the user to wait until
the disk has been flushed. Fixes bug #110.

svn path=/trunk/; revision=7798

20 years agoCorrectly move hardware messages between private queues. Fixes bugs
Gé van Geldorp [Tue, 20 Jan 2004 23:35:59 +0000 (23:35 +0000)]
Correctly move hardware messages between private queues. Fixes bugs
#156 and #162.

svn path=/trunk/; revision=7796

20 years agosmall workaround to get the edge around the systray to display properly.
Richard Campbell [Tue, 20 Jan 2004 23:34:05 +0000 (23:34 +0000)]
small workaround to get the edge around the systray to display properly.

svn path=/trunk/; revision=7795

20 years agoImplement CreateProcessAsUser[A/W] and LogonUserW with a fake token.
Eric Kohl [Tue, 20 Jan 2004 23:16:42 +0000 (23:16 +0000)]
Implement CreateProcessAsUser[A/W] and LogonUserW with a fake token.

svn path=/trunk/; revision=7793

20 years agoAttempt to fix the display corruption problems when using bootvid.sys on certain HW.
Filip Navara [Tue, 20 Jan 2004 21:08:40 +0000 (21:08 +0000)]
Attempt to fix the display corruption problems when using bootvid.sys on certain HW.

svn path=/trunk/; revision=7792

20 years agoIgnore map file.
Emanuele Aliberti [Tue, 20 Jan 2004 20:44:30 +0000 (20:44 +0000)]
Ignore map file.

svn path=/trunk/; revision=7791

20 years agorestored the blue.sys driver
Thomas Bluemel [Tue, 20 Jan 2004 20:00:45 +0000 (20:00 +0000)]
restored the blue.sys driver

svn path=/trunk/; revision=7790

20 years ago2nd time lucky - MPU401 driver. Sorry about the previous breakage of blue :(
Andrew Greenwood [Tue, 20 Jan 2004 19:58:48 +0000 (19:58 +0000)]
2nd time lucky - MPU401 driver. Sorry about the previous breakage of blue :(

svn path=/trunk/; revision=7789

20 years agoThis is a very basic implementation of a Sound Blaster driver for ReactOS. At present...
Andrew Greenwood [Tue, 20 Jan 2004 19:35:59 +0000 (19:35 +0000)]
This is a very basic implementation of a Sound Blaster driver for ReactOS. At present, it's capable of playing a buffer of silence when opened, but that's about all.

The MPU401 driver would normally be part of SNDBLST, but I decided to keep them separate, for now at least anyway. IIRC, this should play a MIDI note on startup.

Both drivers need a lot of work, but I'm committing what I've done so far, so other people can work on them as well as me :)

svn path=/trunk/; revision=7788

20 years agoeven more funny icon arrangements
Martin Fuchs [Tue, 20 Jan 2004 19:07:28 +0000 (19:07 +0000)]
even more funny icon arrangements

svn path=/trunk/; revision=7787

20 years agoChanges based on the patch by Logan_V8_TT.
Filip Navara [Tue, 20 Jan 2004 15:18:27 +0000 (15:18 +0000)]
Changes based on the patch by Logan_V8_TT.
- Formating changes (TABs/spaces)
- Don't set 'Output Line 2' bit while power-uping the mouse during initalization.
- Restore 'Line Control' register at the end of mouse detection.
- Wait only 150000 millisecons (instead of 500000) for mouse power down.
- Enable detection of mouse on COM2 by default.

svn path=/trunk/; revision=7786

20 years agoMoved logon-related functions to a separate file.
Eric Kohl [Tue, 20 Jan 2004 01:40:19 +0000 (01:40 +0000)]
Moved logon-related functions to a separate file.
Replaced WINBOOL by BOOL.

svn path=/trunk/; revision=7785

20 years agoGet the sound driver compiling again......
Steven Edwards [Tue, 20 Jan 2004 00:29:48 +0000 (00:29 +0000)]
Get the sound driver compiling again......
No it still doesnt work.

svn path=/trunk/; revision=7783

20 years agoicon alignment algorithms
Martin Fuchs [Tue, 20 Jan 2004 00:17:24 +0000 (00:17 +0000)]
icon alignment algorithms

svn path=/trunk/; revision=7782

20 years agoDon't display extension for shortcuts in shell views
Gé van Geldorp [Mon, 19 Jan 2004 20:56:26 +0000 (20:56 +0000)]
Don't display extension for shortcuts in shell views

svn path=/trunk/; revision=7778

20 years agoSmall icon handle should be NULL if unavailable
Gé van Geldorp [Mon, 19 Jan 2004 20:19:50 +0000 (20:19 +0000)]
Small icon handle should be NULL if unavailable

svn path=/trunk/; revision=7776

20 years agoIcon for console windows
Gé van Geldorp [Mon, 19 Jan 2004 20:14:28 +0000 (20:14 +0000)]
Icon for console windows

svn path=/trunk/; revision=7774

20 years agoFix title and description in "Start"/"Run" dialog (Bug #164)
Gé van Geldorp [Mon, 19 Jan 2004 20:03:36 +0000 (20:03 +0000)]
Fix title and description in "Start"/"Run" dialog (Bug #164)

svn path=/trunk/; revision=7772

20 years agoDo not disconnect a hive root key from its parent key. The object manager will do...
Eric Kohl [Mon, 19 Jan 2004 16:18:33 +0000 (16:18 +0000)]
Do not disconnect a hive root key from its parent key. The object manager will do this when the root key object gets closed.

svn path=/trunk/; revision=7769

20 years agoMoved videoprt driver to a new location and implemented few functions.
Filip Navara [Mon, 19 Jan 2004 15:56:53 +0000 (15:56 +0000)]
Moved videoprt driver to a new location and implemented few functions.

svn path=/trunk/; revision=7768

20 years agomerged back Wine commits
Martin Fuchs [Mon, 19 Jan 2004 06:56:55 +0000 (06:56 +0000)]
merged back Wine commits

svn path=/trunk/; revision=7767

20 years agoKiAcquire/ReleaseSpinLock adaption
Gunnar Dalsnes [Mon, 19 Jan 2004 00:44:37 +0000 (00:44 +0000)]
KiAcquire/ReleaseSpinLock adaption

svn path=/trunk/; revision=7766

20 years agoShow icons for shortcuts in shell views
Gé van Geldorp [Sun, 18 Jan 2004 23:00:16 +0000 (23:00 +0000)]
Show icons for shortcuts in shell views

svn path=/trunk/; revision=7765

20 years agoICO_ExtractIconsW should process icons in large/small pairs
Gé van Geldorp [Sun, 18 Jan 2004 22:58:19 +0000 (22:58 +0000)]
ICO_ExtractIconsW should process icons in large/small pairs

svn path=/trunk/; revision=7763

20 years agoKiAcquire/ReleaseSpinLock adaption
Gunnar Dalsnes [Sun, 18 Jan 2004 22:58:10 +0000 (22:58 +0000)]
KiAcquire/ReleaseSpinLock adaption

svn path=/trunk/; revision=7762

20 years agoKiAcquire/ReleaseSpinLock adaption
Gunnar Dalsnes [Sun, 18 Jan 2004 22:42:50 +0000 (22:42 +0000)]
KiAcquire/ReleaseSpinLock adaption

svn path=/trunk/; revision=7760

20 years agoadded KiAcquire/ReleaseSpinLock
Gunnar Dalsnes [Sun, 18 Jan 2004 22:41:53 +0000 (22:41 +0000)]
added KiAcquire/ReleaseSpinLock

svn path=/trunk/; revision=7759

20 years ago- Remove '\.\' sequences from destination file name in CabinetExtractFile.
Hartmut Birr [Sun, 18 Jan 2004 22:37:53 +0000 (22:37 +0000)]
- Remove '\.\' sequences from destination file name in CabinetExtractFile.

svn path=/trunk/; revision=7758

20 years agoKiAcquire/ReleaseSpinLock adaption
Gunnar Dalsnes [Sun, 18 Jan 2004 22:35:26 +0000 (22:35 +0000)]
KiAcquire/ReleaseSpinLock adaption

svn path=/trunk/; revision=7757

20 years ago- Remove trailing '\' and '\.' sequences from directory names in CreateDirectory.
Hartmut Birr [Sun, 18 Jan 2004 22:34:40 +0000 (22:34 +0000)]
- Remove trailing '\' and '\.' sequences from directory names in CreateDirectory.

svn path=/trunk/; revision=7756

20 years agoInsertAscendingList adaption
Gunnar Dalsnes [Sun, 18 Jan 2004 22:32:47 +0000 (22:32 +0000)]
InsertAscendingList adaption
KiAcquire/ReleaseSpinLock adaption

svn path=/trunk/; revision=7755

20 years ago- Check for illegal dot sequences in file and path names.
Hartmut Birr [Sun, 18 Jan 2004 22:31:23 +0000 (22:31 +0000)]
- Check for illegal dot sequences in file and path names.

svn path=/trunk/; revision=7754

20 years agoInsertAscendingList adaption
Gunnar Dalsnes [Sun, 18 Jan 2004 22:30:39 +0000 (22:30 +0000)]
InsertAscendingList adaption

svn path=/trunk/; revision=7753

20 years agoadded InsertAscending/DecendingListFIFO
Gunnar Dalsnes [Sun, 18 Jan 2004 22:28:48 +0000 (22:28 +0000)]
added InsertAscending/DecendingListFIFO
simplified InsertAscending/DescendingList

svn path=/trunk/; revision=7752

20 years agoLittle changes to make PSX server compile again.
Emanuele Aliberti [Sun, 18 Jan 2004 21:27:32 +0000 (21:27 +0000)]
Little changes to make PSX server compile again.

svn path=/trunk/; revision=7751

20 years agoMore credits in the RC file for pedump and shutdown.
Emanuele Aliberti [Sun, 18 Jan 2004 20:32:08 +0000 (20:32 +0000)]
More credits in the RC file for pedump and shutdown.

svn path=/trunk/; revision=7750

20 years agoMissing CVS ignore file.
Emanuele Aliberti [Sun, 18 Jan 2004 20:22:42 +0000 (20:22 +0000)]
Missing CVS ignore file.

svn path=/trunk/; revision=7749

20 years agoRemoved prototype for nonexisting function.
Filip Navara [Sun, 18 Jan 2004 19:19:45 +0000 (19:19 +0000)]
Removed prototype for nonexisting function.

svn path=/trunk/; revision=7747

20 years agoMake ILGetSize a STDCALL function
Gé van Geldorp [Sun, 18 Jan 2004 19:09:15 +0000 (19:09 +0000)]
Make ILGetSize a STDCALL function

svn path=/trunk/; revision=7746

20 years agomoved setings dialogs in separate file
Martin Fuchs [Sun, 18 Jan 2004 18:45:26 +0000 (18:45 +0000)]
moved setings dialogs in separate file

svn path=/trunk/; revision=7743

20 years agofix for Bug #159
Martin Fuchs [Sun, 18 Jan 2004 18:44:31 +0000 (18:44 +0000)]
fix for Bug #159

svn path=/trunk/; revision=7742

20 years agodraw button control with original border; focus handling in property sheet
Martin Fuchs [Sun, 18 Jan 2004 16:23:55 +0000 (16:23 +0000)]
draw button control with original border; focus handling in property sheet

svn path=/trunk/; revision=7741

20 years agoremoved test bitamp statics
Martin Fuchs [Sun, 18 Jan 2004 14:58:54 +0000 (14:58 +0000)]
removed test bitamp statics

svn path=/trunk/; revision=7740

20 years agodesktop settings dialog sheet (for now only too look at it - no real functionality)
Martin Fuchs [Sun, 18 Jan 2004 13:59:43 +0000 (13:59 +0000)]
desktop settings dialog sheet (for now only too look at it - no real functionality)

svn path=/trunk/; revision=7739

20 years ago2004-01-18 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 18 Jan 2004 13:42:57 +0000 (13:42 +0000)]
2004-01-18  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/winebuild/spec32.c (BuildDef32File): Don't support private flag
when cross-compiling.

svn path=/trunk/; revision=7737

20 years ago- Bug fixes.
Filip Navara [Sun, 18 Jan 2004 08:29:31 +0000 (08:29 +0000)]
- Bug fixes.
- NtUserDestroyWindow should destroy owned popup windows (Fixes some problems with Explorer menus).
- Changed WinPosSetWindowPos to take coordinates relative to parent, because it is used as such everywhere.

svn path=/trunk/; revision=7734

20 years agotemp fix for windres compatibility issues.
Richard Campbell [Sun, 18 Jan 2004 04:45:59 +0000 (04:45 +0000)]
temp fix for windres compatibility issues.

svn path=/trunk/; revision=7732

20 years agoMake Help->About call ShellAbout
Steven Edwards [Sun, 18 Jan 2004 03:28:08 +0000 (03:28 +0000)]
Make Help->About call ShellAbout

svn path=/trunk/; revision=7731

20 years agoproperty sheet dialogs
Martin Fuchs [Sun, 18 Jan 2004 00:33:53 +0000 (00:33 +0000)]
property sheet dialogs

svn path=/trunk/; revision=7730

20 years agoLeave room for terminating nul byte, fixes bug #148
Gé van Geldorp [Sat, 17 Jan 2004 23:04:28 +0000 (23:04 +0000)]
Leave room for terminating nul byte, fixes bug #148

svn path=/trunk/; revision=7729

20 years agodebug message for unimplemented popup menus
Martin Fuchs [Sat, 17 Jan 2004 20:13:41 +0000 (20:13 +0000)]
debug message for unimplemented popup menus

svn path=/trunk/; revision=7727

20 years agoeliminated misleading GCC warning
Martin Fuchs [Sat, 17 Jan 2004 17:29:04 +0000 (17:29 +0000)]
eliminated misleading GCC warning

svn path=/trunk/; revision=7726

20 years agooutput warning message before launching more than one program at one time
Martin Fuchs [Sat, 17 Jan 2004 17:25:18 +0000 (17:25 +0000)]
output warning message before launching more than one program at one time

svn path=/trunk/; revision=7725

20 years agoadded missing PIDL parameter for SHELL_FindExecutable()
Martin Fuchs [Sat, 17 Jan 2004 17:23:16 +0000 (17:23 +0000)]
added missing PIDL parameter for SHELL_FindExecutable()

svn path=/trunk/; revision=7724

20 years agoCross commits from the release branch. Serial echo option + local keyboard
Art Yerkes [Sat, 17 Jan 2004 17:13:13 +0000 (17:13 +0000)]
Cross commits from the release branch.  Serial echo option + local keyboard
mouse on/off.

svn path=/trunk/; revision=7723

20 years agofixed called to Unicode SHELL_FindExecutable()
Martin Fuchs [Sat, 17 Jan 2004 16:53:19 +0000 (16:53 +0000)]
fixed called to Unicode SHELL_FindExecutable()

svn path=/trunk/; revision=7721

20 years agocontext menu for desktop bar
Martin Fuchs [Sat, 17 Jan 2004 16:41:20 +0000 (16:41 +0000)]
context menu for desktop bar

svn path=/trunk/; revision=7720

20 years agoallow only shell links to single objects
Martin Fuchs [Sat, 17 Jan 2004 16:08:38 +0000 (16:08 +0000)]
allow only shell links to single objects

svn path=/trunk/; revision=7719

20 years agomove fucnion declaration into header file
Martin Fuchs [Sat, 17 Jan 2004 16:06:33 +0000 (16:06 +0000)]
move fucnion declaration into header file

svn path=/trunk/; revision=7718

20 years agoPatch by Hartmut Birr.
Gé van Geldorp [Sat, 17 Jan 2004 15:27:21 +0000 (15:27 +0000)]
Patch by Hartmut Birr.
Allow building with newer windres (2.14.90 20030612)

svn path=/trunk/; revision=7717

20 years agoPreparing for the win32k emulated mouse cursor support.
Filip Navara [Sat, 17 Jan 2004 15:21:09 +0000 (15:21 +0000)]
Preparing for the win32k emulated mouse cursor support.

svn path=/trunk/; revision=7714

20 years agoFix window repainting - Attempt #2
Filip Navara [Sat, 17 Jan 2004 15:18:25 +0000 (15:18 +0000)]
Fix window repainting - Attempt #2

svn path=/trunk/; revision=7713

20 years agorename _FS_ProcessDisplayFilename to SHELL_FS_ProcessDisplayFilename() -> Wine naming...
Martin Fuchs [Sat, 17 Jan 2004 11:10:18 +0000 (11:10 +0000)]
rename _FS_ProcessDisplayFilename to SHELL_FS_ProcessDisplayFilename() -> Wine naming rule for internal functions

svn path=/trunk/; revision=7712

20 years agoFixed RtlImageDirectoryEntryToData.
Hartmut Birr [Sat, 17 Jan 2004 10:30:53 +0000 (10:30 +0000)]
Fixed RtlImageDirectoryEntryToData.

svn path=/trunk/; revision=7711

20 years agoPrint userland addresses where possible in bugchecks, etc.
Art Yerkes [Sat, 17 Jan 2004 03:19:35 +0000 (03:19 +0000)]
Print userland addresses where possible in bugchecks, etc.

svn path=/trunk/; revision=7709

20 years agoSwap arguments of LocalAlloc and only update Malloc32 block on successful
Gé van Geldorp [Sat, 17 Jan 2004 02:21:42 +0000 (02:21 +0000)]
Swap arguments of LocalAlloc and only update Malloc32 block on successful
allocation. Fixes bug #154.

svn path=/trunk/; revision=7707

20 years agoFix drawing of window move/resize rectangle in VMware
Gé van Geldorp [Sat, 17 Jan 2004 01:04:45 +0000 (01:04 +0000)]
Fix drawing of window move/resize rectangle in VMware

svn path=/trunk/; revision=7705

20 years agolast fix for RecursiveCreateDirectory()
Martin Fuchs [Sat, 17 Jan 2004 00:57:51 +0000 (00:57 +0000)]
last fix for RecursiveCreateDirectory()

svn path=/trunk/; revision=7703

20 years agofixed UNICODE RecursiveCreateDirectory()
Martin Fuchs [Sat, 17 Jan 2004 00:42:57 +0000 (00:42 +0000)]
fixed UNICODE RecursiveCreateDirectory()

svn path=/trunk/; revision=7702

20 years agofixed RecursiveCreateDirectory()
Martin Fuchs [Sat, 17 Jan 2004 00:36:46 +0000 (00:36 +0000)]
fixed RecursiveCreateDirectory()

svn path=/trunk/; revision=7701

20 years agomerged back WineHQ commit
Martin Fuchs [Fri, 16 Jan 2004 23:39:01 +0000 (23:39 +0000)]
merged back WineHQ commit

svn path=/trunk/; revision=7700

20 years agoReset viewport stuff on DC release
Gé van Geldorp [Fri, 16 Jan 2004 23:29:10 +0000 (23:29 +0000)]
Reset viewport stuff on DC release

svn path=/trunk/; revision=7699