reactos.git
20 years agoAdd the net apps back into the default build.
Mark Tempel [Fri, 16 Jan 2004 04:44:41 +0000 (04:44 +0000)]
Add the net apps back into the default build.

svn path=/trunk/; revision=7674

20 years agoUpdate ping to build again.
Mark Tempel [Fri, 16 Jan 2004 04:43:19 +0000 (04:43 +0000)]
Update ping to build again.
Remove some errors.

svn path=/trunk/; revision=7673

20 years agoUpdate finger to build again.
Mark Tempel [Fri, 16 Jan 2004 04:42:06 +0000 (04:42 +0000)]
Update finger to build again.

svn path=/trunk/; revision=7672

20 years agoUpdate to build snmpapi.a
Mark Tempel [Fri, 16 Jan 2004 04:35:07 +0000 (04:35 +0000)]
Update to build snmpapi.a

svn path=/trunk/; revision=7671

20 years agoUpdate to add in some typedefs needed my winsock2.h
Mark Tempel [Fri, 16 Jan 2004 03:41:13 +0000 (03:41 +0000)]
Update to add in some typedefs needed my winsock2.h

svn path=/trunk/; revision=7670

20 years agoUpdate to add in some typedefs needed my winsock2.h
Mark Tempel [Fri, 16 Jan 2004 03:35:03 +0000 (03:35 +0000)]
Update to add in some typedefs needed my winsock2.h

svn path=/trunk/; revision=7669

20 years agoDraw window icons into the title bar.
Thomas Bluemel [Thu, 15 Jan 2004 22:33:30 +0000 (22:33 +0000)]
Draw window icons into the title bar.
However SendMessageTimeout() needs to be implemented to get it working properly (and also DrawIconEx() has to be extended to use StretchBlt() in order to get drawing big icons poperly.

svn path=/trunk/; revision=7668

20 years agoAllow building with released 2.4 w32api and current pre-2.5 CVS w32api
Gé van Geldorp [Thu, 15 Jan 2004 22:21:36 +0000 (22:21 +0000)]
Allow building with released 2.4 w32api and current pre-2.5 CVS w32api

svn path=/trunk/; revision=7667

20 years agoremove unused variable 'commandlen'
Martin Fuchs [Thu, 15 Jan 2004 22:20:57 +0000 (22:20 +0000)]
remove unused variable 'commandlen'

svn path=/trunk/; revision=7666

20 years agouse return value of GetLocaleInfoW() in GetTimeFormatW()
Martin Fuchs [Thu, 15 Jan 2004 22:10:29 +0000 (22:10 +0000)]
use return value of GetLocaleInfoW() in GetTimeFormatW()

svn path=/trunk/; revision=7665

20 years ago- merged in WineHQ's shell32 commit about "Get rid of W->A calls for shlexec" and...
Martin Fuchs [Thu, 15 Jan 2004 22:09:33 +0000 (22:09 +0000)]
- merged in WineHQ's shell32 commit about "Get rid of W->A calls for shlexec" and FindExecutableW()
- fixed some errors with wrong buffer lengths for wide character strings when calling RegQueryValueW()

svn path=/trunk/; revision=7664

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 21:03:05 +0000 (21:03 +0000)]
Patch by Filip Navara.
- Unlock DC in error case.

svn path=/trunk/; revision=7663

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 21:02:39 +0000 (21:02 +0000)]
Patch by Filip Navara.
- Fixed foolish comparing of window handle and pointer.
- Fixed dereferencing of not referenced window in WinPosSetWindowPos.

svn path=/trunk/; revision=7662

20 years agoPatch by Filip Navara
Gé van Geldorp [Thu, 15 Jan 2004 21:02:09 +0000 (21:02 +0000)]
Patch by Filip Navara
- Removed nonsense code for activating invisible windows in NtUserCreateWindowEx.

svn path=/trunk/; revision=7661

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 21:01:40 +0000 (21:01 +0000)]
Patch by Filip Navara.
- Don't ask twice for window from the same specified point.

svn path=/trunk/; revision=7660

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 21:00:49 +0000 (21:00 +0000)]
Patch by Filip Navara.
- Don't try to move window on the top if it is already.
- Removed small block of commented-out code.
- Activated the message queue locking which caused dead-lock earlier.

svn path=/trunk/; revision=7659

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 20:59:57 +0000 (20:59 +0000)]
Patch by Filip Navara.
- Fixed IsChild.

svn path=/trunk/; revision=7658

20 years agoPatch by Filip Navara.
Gé van Geldorp [Thu, 15 Jan 2004 20:59:35 +0000 (20:59 +0000)]
Patch by Filip Navara.
- Work on correctly activating the MDI child windows.

svn path=/trunk/; revision=7657

20 years agoFix VGA display corruption caused by mouse pointer
Gé van Geldorp [Thu, 15 Jan 2004 16:29:10 +0000 (16:29 +0000)]
Fix VGA display corruption caused by mouse pointer

svn path=/trunk/; revision=7649

20 years agoImplemented most of the user profile creation.
Eric Kohl [Thu, 15 Jan 2004 14:59:06 +0000 (14:59 +0000)]
Implemented most of the user profile creation.

svn path=/trunk/; revision=7646

20 years agoResorted dlls and made libwine a static library.
Eric Kohl [Thu, 15 Jan 2004 10:32:19 +0000 (10:32 +0000)]
Resorted dlls and made libwine a static library.

svn path=/trunk/; revision=7645

20 years agoFixed a potential cause of registry corruption in NtSetValueKey():
Eric Kohl [Thu, 15 Jan 2004 09:26:56 +0000 (09:26 +0000)]
Fixed a potential cause of registry corruption in NtSetValueKey():
- Mark all modified cells dirty.
- Allocate value cell after value list cell has been created or resized.

svn path=/trunk/; revision=7643

20 years agochanged comment to a better description
Martin Fuchs [Thu, 15 Jan 2004 08:29:15 +0000 (08:29 +0000)]
changed comment to a better description

svn path=/trunk/; revision=7642

20 years agoReally fix the make file this time (and add the maze demo back in :) )
Mark Tempel [Thu, 15 Jan 2004 06:36:44 +0000 (06:36 +0000)]
Really fix the make file this time (and add the maze demo back in :) )

svn path=/trunk/; revision=7641

20 years agoRemove finger from the list of apps to build. This allows the apps list to make...
Mark Tempel [Thu, 15 Jan 2004 06:32:25 +0000 (06:32 +0000)]
Remove finger from the list of apps to build.  This allows the apps list to make untill the header issues involved with network applications can be worked out.

svn path=/trunk/; revision=7640

20 years agoUpdate to remove a bit of MFC style preprocessor abuse to get this application to...
Mark Tempel [Thu, 15 Jan 2004 05:27:18 +0000 (05:27 +0000)]
Update to remove a bit of MFC style preprocessor abuse to get this application to compile.

svn path=/trunk/; revision=7639

20 years agoBump version number on HEAD
Gé van Geldorp [Wed, 14 Jan 2004 23:40:14 +0000 (23:40 +0000)]
Bump version number on HEAD

svn path=/trunk/; revision=7635

20 years agochanged explorer slightly
Richard Campbell [Wed, 14 Jan 2004 23:28:33 +0000 (23:28 +0000)]
changed explorer slightly

svn path=/trunk/; revision=7633

20 years agoSet explorer as default shell
Gé van Geldorp [Wed, 14 Jan 2004 23:21:31 +0000 (23:21 +0000)]
Set explorer as default shell

svn path=/trunk/; revision=7632

20 years agoAdd creation of command prompt shortcut on desktop
Gé van Geldorp [Wed, 14 Jan 2004 23:17:50 +0000 (23:17 +0000)]
Add creation of command prompt shortcut on desktop

svn path=/trunk/; revision=7631

20 years agoFix crash when clicking outside any button
Gé van Geldorp [Wed, 14 Jan 2004 23:16:59 +0000 (23:16 +0000)]
Fix crash when clicking outside any button

svn path=/trunk/; revision=7630

20 years agoReturn nTrackPos if requested
Gé van Geldorp [Wed, 14 Jan 2004 22:18:35 +0000 (22:18 +0000)]
Return nTrackPos if requested

svn path=/trunk/; revision=7629

20 years agoRename SEVERITY_* constants to SYSSETUP_SEVERITY_* to avoid naming conflict
Gé van Geldorp [Wed, 14 Jan 2004 22:15:09 +0000 (22:15 +0000)]
Rename SEVERITY_* constants to SYSSETUP_SEVERITY_* to avoid naming conflict

svn path=/trunk/; revision=7628

20 years agoadded small FIXME note.
Richard Campbell [Wed, 14 Jan 2004 21:41:24 +0000 (21:41 +0000)]
added small FIXME note.

svn path=/trunk/; revision=7627

20 years agoImplement GetLocaleInfoW
Richard Campbell [Wed, 14 Jan 2004 21:40:12 +0000 (21:40 +0000)]
Implement GetLocaleInfoW

svn path=/trunk/; revision=7626

20 years agoScrollbar implementation
Gé van Geldorp [Wed, 14 Jan 2004 21:28:25 +0000 (21:28 +0000)]
Scrollbar implementation

svn path=/trunk/; revision=7625

20 years agouse GetTimeFormat for explorer, since it displays time properly for the most part.
Richard Campbell [Wed, 14 Jan 2004 20:21:16 +0000 (20:21 +0000)]
use GetTimeFormat for explorer, since it displays time properly for the most part.

svn path=/trunk/; revision=7624

20 years agoSize optimalizations.
Filip Navara [Wed, 14 Jan 2004 16:38:15 +0000 (16:38 +0000)]
Size optimalizations.

svn path=/trunk/; revision=7623

20 years agoimplemented GetTimeFormat, loosely based off from wine, still broken though. This...
Richard Campbell [Wed, 14 Jan 2004 07:22:17 +0000 (07:22 +0000)]
implemented GetTimeFormat, loosely based off from wine, still broken though.  This might not be 100% correct, but it compiles and doesn't crash, i'll go over it and implement the functions it depends on tomorrow.

svn path=/trunk/; revision=7622

20 years agoAdded taskmgr, oledlg and cabinet in time for 0.2......
Steven Edwards [Wed, 14 Jan 2004 02:14:46 +0000 (02:14 +0000)]
Added taskmgr, oledlg and cabinet in time for 0.2......

svn path=/trunk/; revision=7621

20 years agoUpdated the WINE porting Readme for 0.2 Release
Steven Edwards [Wed, 14 Jan 2004 02:08:32 +0000 (02:08 +0000)]
Updated the WINE porting Readme for 0.2 Release

svn path=/trunk/; revision=7620

20 years agoPorted oledlg.dll from WINE
Steven Edwards [Wed, 14 Jan 2004 01:55:00 +0000 (01:55 +0000)]
Ported oledlg.dll from WINE

svn path=/trunk/; revision=7619

20 years agoPorted cabinet.dll ported from WINE.
Steven Edwards [Wed, 14 Jan 2004 01:47:46 +0000 (01:47 +0000)]
Ported cabinet.dll ported from WINE.

svn path=/trunk/; revision=7618

20 years agoAdded fci/fdi.h as w32api would not accept Cabinet support headers.
Steven Edwards [Wed, 14 Jan 2004 01:47:01 +0000 (01:47 +0000)]
Added fci/fdi.h as w32api would not accept Cabinet support headers.

svn path=/trunk/; revision=7617

20 years agoautomatically adjusted size of notification area and quicklaunch bar in desktop bar
Martin Fuchs [Tue, 13 Jan 2004 23:35:47 +0000 (23:35 +0000)]
automatically adjusted size of notification area and quicklaunch bar in desktop bar

svn path=/trunk/; revision=7616

20 years agoInstall more DLLs
Gé van Geldorp [Tue, 13 Jan 2004 22:04:31 +0000 (22:04 +0000)]
Install more DLLs

svn path=/trunk/; revision=7615

20 years agoBetter palette generating algorithm.
Filip Navara [Tue, 13 Jan 2004 19:45:31 +0000 (19:45 +0000)]
Better palette generating algorithm.

svn path=/trunk/; revision=7614

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