reactos.git
20 years ago- Fixed the month of the date on the image.
Hartmut Birr [Tue, 13 Jan 2004 19:25:03 +0000 (19:25 +0000)]
- Fixed the month of the date on the image.
- Used the last write time for the time value on the image.

svn path=/trunk/; revision=7612

20 years ago- Fixed the handling of command line parameters between quotes.
Hartmut Birr [Tue, 13 Jan 2004 18:16:05 +0000 (18:16 +0000)]
- Fixed the handling of command line parameters between quotes.

svn path=/trunk/; revision=7611

20 years agoFix building with DBG = 1
Steven Edwards [Tue, 13 Jan 2004 17:24:41 +0000 (17:24 +0000)]
Fix building with DBG = 1

svn path=/trunk/; revision=7610

20 years agoRemoved file that accidently got into CVS.
Filip Navara [Tue, 13 Jan 2004 17:22:49 +0000 (17:22 +0000)]
Removed file that accidently got into CVS.

svn path=/trunk/; revision=7609

20 years agoFixed.
Filip Navara [Tue, 13 Jan 2004 17:19:28 +0000 (17:19 +0000)]
Fixed.

svn path=/trunk/; revision=7608

20 years agoInitial version of generic framebuffer display driver.
Filip Navara [Tue, 13 Jan 2004 17:18:33 +0000 (17:18 +0000)]
Initial version of generic framebuffer display driver.

svn path=/trunk/; revision=7607

20 years agoScrollbar redrawing fix.
Filip Navara [Tue, 13 Jan 2004 17:14:38 +0000 (17:14 +0000)]
Scrollbar redrawing fix.

svn path=/trunk/; revision=7606

20 years agoRemoved some nonsense code that has no effect.
Filip Navara [Tue, 13 Jan 2004 17:13:48 +0000 (17:13 +0000)]
Removed some nonsense code that has no effect.

svn path=/trunk/; revision=7605

20 years agoAdd user profile directory functions.
Eric Kohl [Tue, 13 Jan 2004 12:34:09 +0000 (12:34 +0000)]
Add user profile directory functions.
Create user profile directories from registry.

svn path=/trunk/; revision=7604

20 years agoMoved a lot of registry settings around.
Eric Kohl [Tue, 13 Jan 2004 12:30:54 +0000 (12:30 +0000)]
Moved a lot of registry settings around.

svn path=/trunk/; revision=7603

20 years agoCleaned up NtSetValueKey() and NtQueryValueKey().
Eric Kohl [Tue, 13 Jan 2004 12:29:27 +0000 (12:29 +0000)]
Cleaned up NtSetValueKey() and NtQueryValueKey().
Made CmiScanKeyForValue() more robust.

svn path=/trunk/; revision=7602

20 years agoa small reversion from other mod that wasn't committed.
Richard Campbell [Tue, 13 Jan 2004 05:14:19 +0000 (05:14 +0000)]
a small reversion from other mod that wasn't committed.

svn path=/trunk/; revision=7601

20 years ago- Modified Tray Notify area and quicklaunch size to be smaller (to accomodate the...
Richard Campbell [Tue, 13 Jan 2004 05:09:41 +0000 (05:09 +0000)]
- Modified Tray Notify area and quicklaunch size to be smaller (to accomodate the 640x480 of the standard vga driver in ROS).  NOTE that this really needs to autosize based on contents.

- Format the time for your specific locale.  This allows 12 hour clock under windows, note that the function used probably isn't implemented in ROS. *not committed, not committing until after 0.2 is released*

svn path=/trunk/; revision=7600

20 years agoProper search for lines and files as with functions.
Art Yerkes [Tue, 13 Jan 2004 03:43:01 +0000 (03:43 +0000)]
Proper search for lines and files as with functions.

svn path=/trunk/; revision=7599

20 years agoRe-enabled stabs reading in the kernel debugger.
Art Yerkes [Tue, 13 Jan 2004 03:23:11 +0000 (03:23 +0000)]
Re-enabled stabs reading in the kernel debugger.

In ke/main.c, stabs for boot time drivers that were loaded with the kernel
are linked and enabled before calling KdbInit, so that the user has them
available.

In ldr, drivers are now loaded with their symbols if available.  This applies
to userland dlls, too.

I added DEL as well as backspace to the keys that cause the cursor to back
up in kdb.

The 'addr' command in kdb now prints a correct address (with symbol
info if available).

The kernel stack trace printer in exp.c now uses kdb to print addresses if
it was enabled.

svn path=/trunk/; revision=7598

20 years agoAdded notepad ported from WINE. Not built by default but its there
Steven Edwards [Tue, 13 Jan 2004 00:01:52 +0000 (00:01 +0000)]
Added notepad ported from WINE. Not built by default but its there
if you want to edit your code under ROS without a reboot.

We should move this to where ever the apps realy belong......
subsys/system? apps/utils?.......

svn path=/trunk/; revision=7597

20 years agoAdded -D__REACTOS__
Steven Edwards [Mon, 12 Jan 2004 23:48:37 +0000 (23:48 +0000)]
Added -D__REACTOS__

svn path=/trunk/; revision=7596

20 years agoAdded comdlg32.dll and imm32.dll to the build.
Steven Edwards [Mon, 12 Jan 2004 23:47:51 +0000 (23:47 +0000)]
Added comdlg32.dll and imm32.dll to the build.

svn path=/trunk/; revision=7595

20 years agoFixed comdlg32.dll under ReactOS
Steven Edwards [Mon, 12 Jan 2004 23:46:20 +0000 (23:46 +0000)]
Fixed comdlg32.dll under ReactOS
Start -> Run -> Browse now works in explorer even if its slow.

svn path=/trunk/; revision=7594

20 years agoSome minor addons to work around missing things in w32api.
Steven Edwards [Mon, 12 Jan 2004 23:44:24 +0000 (23:44 +0000)]
Some minor addons to work around missing things in w32api.

svn path=/trunk/; revision=7593

20 years agoAdd a semi-working stub of GetDefaultPrinter[A/W] ported from WINE.
Steven Edwards [Mon, 12 Jan 2004 23:42:23 +0000 (23:42 +0000)]
Add a semi-working stub of GetDefaultPrinter[A/W] ported from WINE.
This isnt right but its needed to get comdlg32.dll working.

svn path=/trunk/; revision=7592

20 years agouse system image list instead of discrete icons as far as possible
Martin Fuchs [Mon, 12 Jan 2004 23:03:38 +0000 (23:03 +0000)]
use system image list instead of discrete icons as far as possible

svn path=/trunk/; revision=7591

20 years agoBuild fixes for w32api.
Steven Edwards [Mon, 12 Jan 2004 22:45:53 +0000 (22:45 +0000)]
Build fixes for w32api.

svn path=/trunk/; revision=7590

20 years agoRewrite loop so it can't be optimized away. Patch by Mike Nordell
Gé van Geldorp [Mon, 12 Jan 2004 22:36:04 +0000 (22:36 +0000)]
Rewrite loop so it can't be optimized away. Patch by Mike Nordell

svn path=/trunk/; revision=7589

20 years agoTry harder to find another window to activate, fixes bug #127
Gé van Geldorp [Mon, 12 Jan 2004 22:26:00 +0000 (22:26 +0000)]
Try harder to find another window to activate, fixes bug #127

svn path=/trunk/; revision=7588

20 years agoTemporary reverted my last painting change before I'll do it the right way.
Filip Navara [Mon, 12 Jan 2004 21:24:20 +0000 (21:24 +0000)]
Temporary reverted my last painting change before I'll do it the right way.

svn path=/trunk/; revision=7587

20 years agoMinor fix.
Filip Navara [Mon, 12 Jan 2004 20:52:37 +0000 (20:52 +0000)]
Minor fix.

svn path=/trunk/; revision=7586

20 years agoRemove debugging cruft
Gé van Geldorp [Mon, 12 Jan 2004 20:51:05 +0000 (20:51 +0000)]
Remove debugging cruft

svn path=/trunk/; revision=7585

20 years agoHandle mouse activation of windows by setting it (or its ancestor) as
Gé van Geldorp [Mon, 12 Jan 2004 20:48:48 +0000 (20:48 +0000)]
Handle mouse activation of windows by setting it (or its ancestor) as
foreground window instead of only focus window

svn path=/trunk/; revision=7584

20 years agosupport for pos1/end in keyboard navigation
Martin Fuchs [Mon, 12 Jan 2004 20:46:01 +0000 (20:46 +0000)]
support for pos1/end in keyboard navigation

svn path=/trunk/; revision=7583

20 years agoWA_* is stored in wParam, not lParam
Gé van Geldorp [Mon, 12 Jan 2004 20:38:59 +0000 (20:38 +0000)]
WA_* is stored in wParam, not lParam

svn path=/trunk/; revision=7582

20 years agofixed GetVolumeInformationW(), GetDiskFreeSpaceW() and GetDiskFreeSpaceExW()
Thomas Bluemel [Mon, 12 Jan 2004 20:02:42 +0000 (20:02 +0000)]
fixed GetVolumeInformationW(), GetDiskFreeSpaceW() and GetDiskFreeSpaceExW()

svn path=/trunk/; revision=7581

20 years agoReverted most of the changes from 2004-01-08.
Eric Kohl [Mon, 12 Jan 2004 12:52:27 +0000 (12:52 +0000)]
Reverted most of the changes from 2004-01-08.
Fixed buggy key enumeration for volatile and 'foreign' keys.

svn path=/trunk/; revision=7580

20 years agoDisplay both cmd.exe version and OS version when running under ReactOS
Gé van Geldorp [Mon, 12 Jan 2004 11:06:27 +0000 (11:06 +0000)]
Display both cmd.exe version and OS version when running under ReactOS

svn path=/trunk/; revision=7579

20 years agoInclude build no in szCSDVersion
Gé van Geldorp [Mon, 12 Jan 2004 11:05:38 +0000 (11:05 +0000)]
Include build no in szCSDVersion

svn path=/trunk/; revision=7578

20 years agoChange build number to current YYYYMMDD, include state (CVS, RC, FINAL)
Gé van Geldorp [Mon, 12 Jan 2004 00:22:35 +0000 (00:22 +0000)]
Change build number to current YYYYMMDD, include state (CVS, RC, FINAL)
in version

svn path=/trunk/; revision=7577

20 years agoFixes on paining code to get PuTTY and RegEdit working correctly.
Filip Navara [Mon, 12 Jan 2004 00:07:34 +0000 (00:07 +0000)]
Fixes on paining code to get PuTTY and RegEdit working correctly.

svn path=/trunk/; revision=7576

20 years agokeyboard navigation in start menu
Martin Fuchs [Sun, 11 Jan 2004 22:20:59 +0000 (22:20 +0000)]
keyboard navigation in start menu

svn path=/trunk/; revision=7575

20 years agoWorkaround for W32API bug.
Filip Navara [Sun, 11 Jan 2004 21:42:54 +0000 (21:42 +0000)]
Workaround for W32API bug.

svn path=/trunk/; revision=7574

20 years ago- Removed some obsolete headers.
Filip Navara [Sun, 11 Jan 2004 20:46:06 +0000 (20:46 +0000)]
- Removed some obsolete headers.
- Converted some of the (mostly network) stuff to compile with W32API.

svn path=/trunk/; revision=7573

20 years agoDo a dummy BitBlt at the end of a MaskBitBlt to inform the driver that
Gé van Geldorp [Sun, 11 Jan 2004 19:52:27 +0000 (19:52 +0000)]
Do a dummy BitBlt at the end of a MaskBitBlt to inform the driver that
a region was updated. Fixes bug #125

svn path=/trunk/; revision=7572

20 years agoAuto-detect whether to create a GUI or a TUI console
Gé van Geldorp [Sun, 11 Jan 2004 17:31:16 +0000 (17:31 +0000)]
Auto-detect whether to create a GUI or a TUI console

svn path=/trunk/; revision=7571

20 years agoLittle program to report how NT stati are converted into a Win32 error code by NTDLL...
Emanuele Aliberti [Sun, 11 Jan 2004 17:06:21 +0000 (17:06 +0000)]
Little program to report how NT stati are converted into a Win32 error code by NTDLL. Running it under real NT 4.0/5.x and under ROS will show the differences.

svn path=/trunk/; revision=7570

20 years agoremoved unnecessary commented out lines
Martin Fuchs [Sun, 11 Jan 2004 12:34:34 +0000 (12:34 +0000)]
removed unnecessary commented out lines

svn path=/trunk/; revision=7569

20 years agoremoved C++ comments
Martin Fuchs [Sun, 11 Jan 2004 12:24:56 +0000 (12:24 +0000)]
removed C++ comments

svn path=/trunk/; revision=7568

20 years agoRecursiveCreateDirectory()
Martin Fuchs [Sun, 11 Jan 2004 11:59:22 +0000 (11:59 +0000)]
RecursiveCreateDirectory()

svn path=/trunk/; revision=7567

20 years agoadjustments for building in Wine; eliminated compiler warnings
Martin Fuchs [Sun, 11 Jan 2004 11:40:50 +0000 (11:40 +0000)]
adjustments for building in Wine; eliminated compiler warnings

svn path=/trunk/; revision=7566

20 years ago- Fixed the binary search in _dosmaperr.
Hartmut Birr [Sun, 11 Jan 2004 10:58:45 +0000 (10:58 +0000)]
- Fixed the binary search in _dosmaperr.

svn path=/trunk/; revision=7565

20 years agore-inserted execfuncparameter for SHELL_Execute16()
Martin Fuchs [Sun, 11 Jan 2004 09:39:00 +0000 (09:39 +0000)]
re-inserted execfuncparameter for SHELL_Execute16()

svn path=/trunk/; revision=7564

20 years agoPrint args of DPRINT and DPRINT1 too
Gé van Geldorp [Sun, 11 Jan 2004 01:43:18 +0000 (01:43 +0000)]
Print args of DPRINT and DPRINT1 too

svn path=/trunk/; revision=7563

20 years agoSilence debug message when DeleteObject()ing a NULL object
Gé van Geldorp [Sun, 11 Jan 2004 01:42:08 +0000 (01:42 +0000)]
Silence debug message when DeleteObject()ing a NULL object

svn path=/trunk/; revision=7562

20 years ago- Fixed a wrong parameter in a call to LdrpLoadUserModuleSymbols.
Hartmut Birr [Sun, 11 Jan 2004 00:25:17 +0000 (00:25 +0000)]
- Fixed a wrong parameter in a call to LdrpLoadUserModuleSymbols.

svn path=/trunk/; revision=7561

20 years agofixes for many ShellExecute() problems
Martin Fuchs [Sat, 10 Jan 2004 23:01:48 +0000 (23:01 +0000)]
fixes for many ShellExecute() problems

svn path=/trunk/; revision=7560

20 years agoUse IntLPtoDP instead of NtGdiLPtoDP since kernel addresses are passed
Gé van Geldorp [Sat, 10 Jan 2004 21:59:05 +0000 (21:59 +0000)]
Use IntLPtoDP instead of NtGdiLPtoDP since kernel addresses are passed

svn path=/trunk/; revision=7559

20 years agoMinor cleanup.
Filip Navara [Sat, 10 Jan 2004 21:46:25 +0000 (21:46 +0000)]
Minor cleanup.

svn path=/trunk/; revision=7558

20 years agoAdded javascript initialization.
Art Yerkes [Sat, 10 Jan 2004 21:14:39 +0000 (21:14 +0000)]
Added javascript initialization.

svn path=/trunk/; revision=7557

20 years agoAdded kjs system to the kernel.
Art Yerkes [Sat, 10 Jan 2004 21:06:38 +0000 (21:06 +0000)]
Added kjs system to the kernel.

svn path=/trunk/; revision=7556

20 years agoAdded usage document.
Art Yerkes [Sat, 10 Jan 2004 21:04:49 +0000 (21:04 +0000)]
Added usage document.

svn path=/trunk/; revision=7555

20 years agoAdded kjs -- The kernel javascript system.
Art Yerkes [Sat, 10 Jan 2004 20:38:18 +0000 (20:38 +0000)]
Added kjs -- The kernel javascript system.

This system allows the kernel debugger to be scripted with the new js
command.

Functions for reading and writing memory, as well as reading the module
list, the registry, and the trap frame registers are provided.  A simple
mechanism is provided for reading javascript initialization from the
registry so that the user may provide custom functions for use during
debugging sessions.

I have already used it to find a bug in kdb itself; as well as to list
sections in modules and perform various other tedious tasks often
required while debugging linked lists, etc.

This is a static library that will be built when KDBG=1, and linked
with ntoskrnl.

svn path=/trunk/; revision=7554

20 years agoShellExecute...(): expand environment strings
Martin Fuchs [Sat, 10 Jan 2004 17:32:32 +0000 (17:32 +0000)]
ShellExecute...(): expand environment strings

svn path=/trunk/; revision=7553

20 years agofix for incorrect start directories
Martin Fuchs [Sat, 10 Jan 2004 17:09:43 +0000 (17:09 +0000)]
fix for incorrect start directories

svn path=/trunk/; revision=7552

20 years agoprepare hidden startmenu to enhance responsivness
Martin Fuchs [Sat, 10 Jan 2004 17:08:31 +0000 (17:08 +0000)]
prepare hidden startmenu to enhance responsivness

svn path=/trunk/; revision=7551

20 years agoModified the location of VGA driver.
Filip Navara [Sat, 10 Jan 2004 15:49:55 +0000 (15:49 +0000)]
Modified the location of VGA driver.

svn path=/trunk/; revision=7550

20 years agoRemoved the VGA driver from the old location.
Filip Navara [Sat, 10 Jan 2004 14:42:20 +0000 (14:42 +0000)]
Removed the VGA driver from the old location.

svn path=/trunk/; revision=7549

20 years agoMoved video drivers to a separate directory and added initial version of VBE miniport...
Filip Navara [Sat, 10 Jan 2004 14:39:21 +0000 (14:39 +0000)]
Moved video drivers to a separate directory and added initial version of VBE miniport driver.

svn path=/trunk/; revision=7548

20 years ago- Fixed the freeing of boot driver memory if KDBG is defined.
Hartmut Birr [Sat, 10 Jan 2004 14:24:30 +0000 (14:24 +0000)]
- Fixed the freeing of boot driver memory if KDBG is defined.

svn path=/trunk/; revision=7547

20 years ago- Check first for string length and second for the string end in string/stringw.
Hartmut Birr [Sat, 10 Jan 2004 14:22:14 +0000 (14:22 +0000)]
- Check first for string length and second for the string end in string/stringw.

svn path=/trunk/; revision=7546

20 years agoPass inheritable attribute on to kernel
Gé van Geldorp [Sat, 10 Jan 2004 13:54:52 +0000 (13:54 +0000)]
Pass inheritable attribute on to kernel

svn path=/trunk/; revision=7545

20 years agomerged WineHQ changes
Martin Fuchs [Sat, 10 Jan 2004 10:35:52 +0000 (10:35 +0000)]
merged WineHQ changes

svn path=/trunk/; revision=7544

20 years agoThese former stubs are now defined in fillshap.c
Art Yerkes [Sat, 10 Jan 2004 02:57:08 +0000 (02:57 +0000)]
These former stubs are now defined in fillshap.c
ExtFloodFill
FloodFill

svn path=/trunk/; revision=7543

20 years agoRemoved taskmgr.
Steven Edwards [Sat, 10 Jan 2004 02:15:50 +0000 (02:15 +0000)]
Removed taskmgr.

svn path=/trunk/; revision=7542

20 years agoMoved taskmgr from rosapps to reactos module for 0.2 release.
Steven Edwards [Sat, 10 Jan 2004 02:14:13 +0000 (02:14 +0000)]
Moved taskmgr from rosapps to reactos module for 0.2 release.

svn path=/trunk/; revision=7541

20 years agoMoved (Ext)FloodFill to fillshap.c and have it call NtGdi(Ext)FloodFill
Richard Campbell [Sat, 10 Jan 2004 02:10:27 +0000 (02:10 +0000)]
Moved (Ext)FloodFill to fillshap.c and have it call NtGdi(Ext)FloodFill

svn path=/trunk/; revision=7540

20 years agoFloodFill now calls ExtFloodFill with FLOODFILLBORDER, though this is rather pointles...
Richard Campbell [Sat, 10 Jan 2004 01:50:49 +0000 (01:50 +0000)]
FloodFill now calls ExtFloodFill with FLOODFILLBORDER, though this is rather pointless as ExtFloodFill isn't implemented.

svn path=/trunk/; revision=7539

20 years agoAdded -D__REACTOS__
Steven Edwards [Sat, 10 Jan 2004 00:39:52 +0000 (00:39 +0000)]
Added -D__REACTOS__

svn path=/trunk/; revision=7538

20 years agoRemoved the last of the C++ style comments. Adjusted the coding style a bit.
Steven Edwards [Fri, 9 Jan 2004 23:00:43 +0000 (23:00 +0000)]
Removed the last of the C++ style comments. Adjusted the coding style a bit.

svn path=/trunk/; revision=7537

20 years agoSilence debug message
Gé van Geldorp [Fri, 9 Jan 2004 22:52:30 +0000 (22:52 +0000)]
Silence debug message

svn path=/trunk/; revision=7536

20 years agoConvert the last of Task Manager from C++ to C.
Steven Edwards [Fri, 9 Jan 2004 22:28:32 +0000 (22:28 +0000)]
Convert the last of Task Manager from C++ to C.
Patch by Eric Pouech.

svn path=/trunk/; revision=7535

20 years agoAdd needed libs
Gé van Geldorp [Fri, 9 Jan 2004 21:54:24 +0000 (21:54 +0000)]
Add needed libs

svn path=/trunk/; revision=7534

20 years agoNever try to stuff more into the Ioctl OutputBuffer than will fit
Gé van Geldorp [Fri, 9 Jan 2004 20:22:38 +0000 (20:22 +0000)]
Never try to stuff more into the Ioctl OutputBuffer than will fit

svn path=/trunk/; revision=7533

20 years agoIOCTL_DISK_SET_DRIVE_LAYOUT doesn't return any info so leave Information at 0
Gé van Geldorp [Fri, 9 Jan 2004 20:21:31 +0000 (20:21 +0000)]
IOCTL_DISK_SET_DRIVE_LAYOUT doesn't return any info so leave Information at 0

svn path=/trunk/; revision=7532

20 years agoAdd userenv.dll
Eric Kohl [Fri, 9 Jan 2004 20:06:47 +0000 (20:06 +0000)]
Add userenv.dll

svn path=/trunk/; revision=7531

20 years agoInitialize profiles.
Eric Kohl [Fri, 9 Jan 2004 20:05:04 +0000 (20:05 +0000)]
Initialize profiles.

svn path=/trunk/; revision=7530

20 years agoAdd userenv.dll
Eric Kohl [Fri, 9 Jan 2004 19:55:29 +0000 (19:55 +0000)]
Add userenv.dll

svn path=/trunk/; revision=7529

20 years agoCreate profile directories.
Eric Kohl [Fri, 9 Jan 2004 19:52:01 +0000 (19:52 +0000)]
Create profile directories.

svn path=/trunk/; revision=7528

20 years agoStore hive root key name.
Eric Kohl [Fri, 9 Jan 2004 19:44:45 +0000 (19:44 +0000)]
Store hive root key name.
Patch partially by Filip Navara.

svn path=/trunk/; revision=7527

20 years agoDo not dereference key objects if they are used to link hives.
Eric Kohl [Fri, 9 Jan 2004 19:42:40 +0000 (19:42 +0000)]
Do not dereference key objects if they are used to link hives.

svn path=/trunk/; revision=7526

20 years agoChanged /NOBOOTSCREEN to /NOGUIBOOT to be
Steven Edwards [Fri, 9 Jan 2004 17:29:27 +0000 (17:29 +0000)]
Changed /NOBOOTSCREEN to /NOGUIBOOT to be
command-line compatible with 2k and XP.

svn path=/trunk/; revision=7525

20 years agoChanged /NOBOOTSCREEN to /NOGUIBOOT to be
Steven Edwards [Fri, 9 Jan 2004 17:16:26 +0000 (17:16 +0000)]
Changed /NOBOOTSCREEN to /NOGUIBOOT to be
command-line compatible with 2k and XP.

svn path=/trunk/; revision=7524

20 years agoJohannes Olofsson's swedish keyboard dll (kbdse.dll)
Aleksey Bragin [Fri, 9 Jan 2004 13:18:37 +0000 (13:18 +0000)]
Johannes Olofsson's swedish keyboard dll (kbdse.dll)

svn path=/trunk/; revision=7523

20 years agosome more ShellExecuteEx() refactoring
Martin Fuchs [Fri, 9 Jan 2004 09:40:59 +0000 (09:40 +0000)]
some more ShellExecuteEx() refactoring

svn path=/trunk/; revision=7522

20 years agoAdded dlgs.h for port of comdlg32.dll
Steven Edwards [Fri, 9 Jan 2004 02:00:55 +0000 (02:00 +0000)]
Added dlgs.h for port of comdlg32.dll

svn path=/trunk/; revision=7521

20 years agoPorted comdlg32.dll from Wine. There are still a few minor bugs with it.
Steven Edwards [Fri, 9 Jan 2004 01:58:22 +0000 (01:58 +0000)]
Ported comdlg32.dll from Wine. There are still a few minor bugs with it.

svn path=/trunk/; revision=7520

20 years agoCode cleanup for the Winelib port by Eric Pouech.
Steven Edwards [Fri, 9 Jan 2004 01:45:06 +0000 (01:45 +0000)]
Code cleanup for the Winelib port by Eric Pouech.

svn path=/trunk/; revision=7519

20 years agosome refactoring for ShellExecuteEx()
Martin Fuchs [Fri, 9 Jan 2004 00:09:29 +0000 (00:09 +0000)]
some refactoring for ShellExecuteEx()

svn path=/trunk/; revision=7518

20 years agoDon't use uninitialized variable in CmiAddKeyToHashTable. Patch by Mike Nordell.
Filip Navara [Thu, 8 Jan 2004 22:39:51 +0000 (22:39 +0000)]
Don't use uninitialized variable in CmiAddKeyToHashTable. Patch by Mike Nordell.

svn path=/trunk/; revision=7517

20 years agoFix for bug #138.
Filip Navara [Thu, 8 Jan 2004 20:59:42 +0000 (20:59 +0000)]
Fix for bug #138.

svn path=/trunk/; revision=7516

20 years agoRe-enable assert
Gé van Geldorp [Thu, 8 Jan 2004 20:39:29 +0000 (20:39 +0000)]
Re-enable assert

svn path=/trunk/; revision=7515

20 years agoMIM_MENUDATA is now defined in w32api CVS HEAD
Gé van Geldorp [Thu, 8 Jan 2004 20:31:11 +0000 (20:31 +0000)]
MIM_MENUDATA is now defined in w32api CVS HEAD

svn path=/trunk/; revision=7514

20 years agoFix compile-time error when compiling with DBG
Gé van Geldorp [Thu, 8 Jan 2004 20:23:20 +0000 (20:23 +0000)]
Fix compile-time error when compiling with DBG

svn path=/trunk/; revision=7513