wine
20 years agoAdded a 3D border for Notepad's edit control.
Michael Kaufmann [Mon, 20 Sep 2004 19:11:59 +0000 (19:11 +0000)] 
Added a 3D border for Notepad's edit control.

20 years agoSafeArrayGetElement on a VARIANT array does not free the previous
Marcus Meissner [Mon, 20 Sep 2004 19:11:48 +0000 (19:11 +0000)] 
SafeArrayGetElement on a VARIANT array does not free the previous
VARIANT in the passed pointer. Added testcase.

20 years agoAdded support for int33 show/hide mouse cursor calls.
Jukka Heinonen [Mon, 20 Sep 2004 19:11:30 +0000 (19:11 +0000)] 
Added support for int33 show/hide mouse cursor calls.

20 years agoImprove the handling of complex data types (strings and structs).
Mike McCormack [Mon, 20 Sep 2004 19:11:16 +0000 (19:11 +0000)] 
Improve the handling of complex data types (strings and structs).

20 years agoX11DRV_ScrollDC should not have a WINAPI attribute.
Rein Klazes [Mon, 20 Sep 2004 19:10:55 +0000 (19:10 +0000)] 
X11DRV_ScrollDC should not have a WINAPI attribute.

20 years agoDocument status of control against v6.0 of native version.
Robert Shearman [Mon, 20 Sep 2004 19:10:43 +0000 (19:10 +0000)] 
Document status of control against v6.0 of native version.

20 years agoInternetSetStatusCallback can be used on any handle and callbacks are
Robert Shearman [Mon, 20 Sep 2004 19:10:31 +0000 (19:10 +0000)] 
InternetSetStatusCallback can be used on any handle and callbacks are
inherited by derived handles.

20 years ago- Fix some TRACEs
Robert Shearman [Mon, 20 Sep 2004 19:10:05 +0000 (19:10 +0000)] 
- Fix some TRACEs
- More A->W conversions missed by previous patch.
- Fix off-by-one error in validating drag-n-drop from available
  buttons list box to actual buttons list box.
- Unicode flag should be based on the notification window.

20 years agoDon't bother to return partial region data in get_window_region and
Alexandre Julliard [Fri, 17 Sep 2004 18:20:11 +0000 (18:20 +0000)] 
Don't bother to return partial region data in get_window_region and
get_visible_region, return STATUS_BUFFER_OVERFLOW instead.

20 years agoImplement A_SHA* functions present in Windows XP and later systems.
Filip Navara [Fri, 17 Sep 2004 18:15:28 +0000 (18:15 +0000)] 
Implement A_SHA* functions present in Windows XP and later systems.

20 years agoMake sure paths end with a slash before concatenating file names.
Robert Shearman [Fri, 17 Sep 2004 18:11:14 +0000 (18:11 +0000)] 
Make sure paths end with a slash before concatenating file names.

20 years agoCleanup reference counting.
Robert Reif [Fri, 17 Sep 2004 18:10:59 +0000 (18:10 +0000)] 
Cleanup reference counting.
AddRef and Release return ULONG.

20 years agoUse InterlockedIncrement/InterlockedDecrement for reference counting.
Robert Reif [Fri, 17 Sep 2004 18:10:41 +0000 (18:10 +0000)] 
Use InterlockedIncrement/InterlockedDecrement for reference counting.
Fix bug in effect enumeration that crashed dxcapsviewer.

20 years agoUse Unicode window messages.
Robert Shearman [Fri, 17 Sep 2004 18:10:13 +0000 (18:10 +0000)] 
Use Unicode window messages.

20 years agoTransGaming
Alexandre Julliard [Thu, 16 Sep 2004 20:37:07 +0000 (20:37 +0000)] 
TransGaming
Add a Marlett replacement font.

20 years agoAvoid using socklen_t.
Alexandre Julliard [Thu, 16 Sep 2004 20:34:27 +0000 (20:34 +0000)] 
Avoid using socklen_t.

20 years agoWhen we blit with a monochrome dibsection as the source we should use
Huw Davies [Thu, 16 Sep 2004 20:29:25 +0000 (20:29 +0000)] 
When we blit with a monochrome dibsection as the source we should use
the colour table of that dib.
Added a test for this.

20 years agoHandle painting the border if WS_EX_CLIENTEDGE is not set.
Ulrich Czekalla [Thu, 16 Sep 2004 20:28:10 +0000 (20:28 +0000)] 
Handle painting the border if WS_EX_CLIENTEDGE is not set.

20 years ago- correct ConvertStringSidToSidW and ConvertSidToStringSidW, with
Juan Lang [Thu, 16 Sep 2004 20:27:52 +0000 (20:27 +0000)] 
- correct ConvertStringSidToSidW and ConvertSidToStringSidW, with
  tests
- add ConvertStringSidToSidA
- add missing exports for ConvertStringSidToSidA/W

20 years agoPass argv[0] (service name) to the service program.
Alexander Yaworsky [Thu, 16 Sep 2004 20:27:31 +0000 (20:27 +0000)] 
Pass argv[0] (service name) to the service program.

20 years agoIt's important to keep the original dib colour table and not just the
Huw Davies [Thu, 16 Sep 2004 19:10:14 +0000 (19:10 +0000)] 
It's important to keep the original dib colour table and not just the
colour mapping associated with a dib section - it's this table that
GetDIBColorTable should retrieve.
Added some GetDIBColorTable tests.

20 years agoAdd a test case for WM_KEY* to WM_SYSKEY* message conversion.
Dmitry Timoshkov [Thu, 16 Sep 2004 19:09:44 +0000 (19:09 +0000)] 
Add a test case for WM_KEY* to WM_SYSKEY* message conversion.

20 years agoAccept WM_SYSCHAR message for processsing in TranslateAcceleratorW.
Dmitry Timoshkov [Thu, 16 Sep 2004 19:09:30 +0000 (19:09 +0000)] 
Accept WM_SYSCHAR message for processsing in TranslateAcceleratorW.

20 years agoAdded stubs for MD4, MD5 and SHA functions.
Alexander Yaworsky [Thu, 16 Sep 2004 19:09:13 +0000 (19:09 +0000)] 
Added stubs for MD4, MD5 and SHA functions.

20 years agoFix some -Wsigned-compare warnings.
Mike McCormack [Thu, 16 Sep 2004 19:08:50 +0000 (19:08 +0000)] 
Fix some -Wsigned-compare warnings.

20 years agoUse InterlockedDecrement and InterlockedIncrement instead of ++/--.
James Hawkins [Thu, 16 Sep 2004 19:08:23 +0000 (19:08 +0000)] 
Use InterlockedDecrement and InterlockedIncrement instead of ++/--.

20 years agoCleanup reference counting.
Robert Reif [Thu, 16 Sep 2004 19:08:04 +0000 (19:08 +0000)] 
Cleanup reference counting.

20 years agoAdd de-interleaving for GIF images.
Alex Villacís Lasso [Thu, 16 Sep 2004 19:07:42 +0000 (19:07 +0000)] 
Add de-interleaving for GIF images.

20 years ago- Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
Robert Shearman [Thu, 16 Sep 2004 19:06:36 +0000 (19:06 +0000)] 
- Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
  button; use plain mouse capture instead like native.
- Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
  associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
  WM_NCLBUTTONUP.
- Refactor state change code so that state changes don't happen as
  side effects from messages such as WM_NCCALCSIZE, instead only from
  user input messages like WM_MOUSEMOVE.

20 years agoUse Unicode window messages.
Robert Shearman [Thu, 16 Sep 2004 19:06:12 +0000 (19:06 +0000)] 
Use Unicode window messages.

20 years agoAdded htmlhelp.h.
Jacek Caban [Thu, 16 Sep 2004 19:05:49 +0000 (19:05 +0000)] 
Added htmlhelp.h.

20 years agoUse the W version of the function were we can.
Dimitrie O. Paun [Wed, 15 Sep 2004 18:04:07 +0000 (18:04 +0000)] 
Use the W version of the function were we can.

20 years agoUse the preferred FT_ENCODING values rather than ft_encoding.
Vincent Béron [Wed, 15 Sep 2004 18:03:32 +0000 (18:03 +0000)] 
Use the preferred FT_ENCODING values rather than ft_encoding.

20 years agoRemove a stray 'else' left by a previous patch.
Dmitry Timoshkov [Wed, 15 Sep 2004 18:03:15 +0000 (18:03 +0000)] 
Remove a stray 'else' left by a previous patch.

20 years agoReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
Mike McCormack [Wed, 15 Sep 2004 18:03:02 +0000 (18:03 +0000)] 
Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.

20 years agoUse FILE_SHARE_DELETE when loading modules, as running an exe that's
Mike McCormack [Wed, 15 Sep 2004 18:02:49 +0000 (18:02 +0000)] 
Use FILE_SHARE_DELETE when loading modules, as running an exe that's
going to be deleted should work.

20 years agoRelease 20040914. wine-20040914
Alexandre Julliard [Tue, 14 Sep 2004 22:11:36 +0000 (22:11 +0000)] 
Release 20040914.

20 years agoAdded lookup of environment vars in SHELL_ArgifyW.
Jens Collin [Tue, 14 Sep 2004 20:14:09 +0000 (20:14 +0000)] 
Added lookup of environment vars in SHELL_ArgifyW.

20 years agoProper finalization in StartServiceW.
Alexander Yaworsky [Tue, 14 Sep 2004 19:39:19 +0000 (19:39 +0000)] 
Proper finalization in StartServiceW.

20 years agoDon't let applications add Connection header to request.
Robert Shearman [Tue, 14 Sep 2004 19:38:59 +0000 (19:38 +0000)] 
Don't let applications add Connection header to request.

20 years agoAssorted spelling fixes.
Francois Gouget [Tue, 14 Sep 2004 19:31:22 +0000 (19:31 +0000)] 
Assorted spelling fixes.

20 years agoAdded stub for NtShutdownSystem.
Steven Edwards [Tue, 14 Sep 2004 19:30:36 +0000 (19:30 +0000)] 
Added stub for NtShutdownSystem.

20 years agoAdded stub for SwitchDesktop.
Steven Edwards [Tue, 14 Sep 2004 19:29:11 +0000 (19:29 +0000)] 
Added stub for SwitchDesktop.

20 years agoDetermine RPC struct types more exactly.
Mike McCormack [Tue, 14 Sep 2004 19:28:12 +0000 (19:28 +0000)] 
Determine RPC struct types more exactly.

20 years agoAutodetect libgif so extension and try to load it.
Marcus Meissner [Tue, 14 Sep 2004 19:27:58 +0000 (19:27 +0000)] 
Autodetect libgif so extension and try to load it.

20 years agoStub implementation for QueryServiceObjectSecurity.
Mike McCormack [Tue, 14 Sep 2004 19:25:35 +0000 (19:25 +0000)] 
Stub implementation for QueryServiceObjectSecurity.

20 years agoAdd cp1250 glyphs to Wine Courier.
Huw Davies [Tue, 14 Sep 2004 17:44:56 +0000 (17:44 +0000)] 
Add cp1250 glyphs to Wine Courier.

20 years agoAdded support for DLLVERSIONINFO2 in DllGetVersion.
Juan Lang [Tue, 14 Sep 2004 17:44:40 +0000 (17:44 +0000)] 
Added support for DLLVERSIONINFO2 in DllGetVersion.

20 years agoAdded missing rpc type.
Mike McCormack [Tue, 14 Sep 2004 17:44:25 +0000 (17:44 +0000)] 
Added missing rpc type.

20 years agoUse Interlocked* functions in AddRef and Release.
Mike McCormack [Tue, 14 Sep 2004 17:44:14 +0000 (17:44 +0000)] 
Use Interlocked* functions in AddRef and Release.

20 years agoMake sure not to interfere with the lasterror value returned by the
Mike McCormack [Tue, 14 Sep 2004 17:43:41 +0000 (17:43 +0000)] 
Make sure not to interfere with the lasterror value returned by the
CSP in CryptAcquireContextA.

20 years agoAdd dev hint line for itss (part of html help).
Mike McCormack [Tue, 14 Sep 2004 17:43:24 +0000 (17:43 +0000)] 
Add dev hint line for itss (part of html help).

20 years agoImplement BeginUpdateResource and UpdateResource.
Vincent Béron [Tue, 14 Sep 2004 01:06:54 +0000 (01:06 +0000)] 
Implement BeginUpdateResource and UpdateResource.
Stub out a bit more of EndUpdateResource.

20 years agoStatus update.
Filip Navara [Tue, 14 Sep 2004 01:06:44 +0000 (01:06 +0000)] 
Status update.

20 years ago- Make customization list boxes into drag list boxes.
Robert Shearman [Tue, 14 Sep 2004 01:06:30 +0000 (01:06 +0000)] 
- Make customization list boxes into drag list boxes.
- Order available buttons in the same way as the native version.

20 years ago- Clear data structure after dragging.
Robert Shearman [Tue, 14 Sep 2004 01:06:11 +0000 (01:06 +0000)] 
- Clear data structure after dragging.
- WM_SETCURSOR does not need to be handled as it is not sent whilst
  the window is captured.
- Make uDragListMessage non-static so that we can re-use it
  elsewhere.

20 years agoAuthors: Roderick Colenbrander <thunderbird2k@gmx.net>, Gerald Pfeifer <gerald@pfeife...
Alexandre Julliard [Tue, 14 Sep 2004 00:48:15 +0000 (00:48 +0000)] 
Authors: Roderick Colenbrander <thunderbird2k@gmx.net>, Gerald Pfeifer <gerald@pfeifer.com>
Make WS2_send(), WS_getsockopt(), and WS_setsockopt() IPX support work
on FreeBSD.

20 years agoStop testing a sequence upon the first expected error, to avoid
Alexandre Julliard [Tue, 14 Sep 2004 00:46:03 +0000 (00:46 +0000)] 
Stop testing a sequence upon the first expected error, to avoid
spurious errors later on.

20 years agoSet class hbrBackground and style to the same as native.
Robert Shearman [Tue, 14 Sep 2004 00:45:26 +0000 (00:45 +0000)] 
Set class hbrBackground and style to the same as native.

20 years ago- Set hbrBackground class property to same value as native.
Robert Shearman [Tue, 14 Sep 2004 00:44:38 +0000 (00:44 +0000)] 
- Set hbrBackground class property to same value as native.
- Use Unicode window functions instead of ANSI.

20 years ago- Set hbrBackground class property to same value as native.
Robert Shearman [Tue, 14 Sep 2004 00:44:26 +0000 (00:44 +0000)] 
- Set hbrBackground class property to same value as native.
- Remove no longer needed WM_ERASEBKGND handler.
- Use Unicode window functions instead of ANSI.

20 years agoIf we do not have an IconsDir, use the temp directory.
Marcus Meissner [Tue, 14 Sep 2004 00:43:19 +0000 (00:43 +0000)] 
If we do not have an IconsDir, use the temp directory.

20 years agoIShellFolder::CompareIDs - return only -1/0/1 in lower 16 bit.
Vitaliy Margolen [Mon, 13 Sep 2004 23:25:09 +0000 (23:25 +0000)] 
IShellFolder::CompareIDs - return only -1/0/1 in lower 16 bit.

20 years agoCreateDCA -> CreateDCW
Jon Griffiths [Mon, 13 Sep 2004 23:22:30 +0000 (23:22 +0000)] 
CreateDCA -> CreateDCW

20 years agoFix resizing of wizards.
Filip Navara [Mon, 13 Sep 2004 23:19:51 +0000 (23:19 +0000)] 
Fix resizing of wizards.

20 years agoImplementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons.
Andreas Rosenberg [Mon, 13 Sep 2004 23:18:19 +0000 (23:18 +0000)] 
Implementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons.

20 years agoAuthors: Michael Kaufmann <hallo@michael-kaufmann.ch>, Huw Davies <huw@codeweavers...
Alexandre Julliard [Mon, 13 Sep 2004 19:37:03 +0000 (19:37 +0000)] 
Authors: Michael Kaufmann <hallo@michael-kaufmann.ch>, Huw Davies <huw@codeweavers.com>
CreateDIBitmap should return bitmaps at the depth of the supplied dc.
Add a test to exercise this behaviour.

20 years agoStore HTTP host header in the same way as most other headers.
Robert Shearman [Mon, 13 Sep 2004 19:33:17 +0000 (19:33 +0000)] 
Store HTTP host header in the same way as most other headers.

20 years agoAdd support for HCBT_SYSCOMMAND hook, add logging for HCBT_SYSCOMMAND
Dmitry Timoshkov [Mon, 13 Sep 2004 19:32:59 +0000 (19:32 +0000)] 
Add support for HCBT_SYSCOMMAND hook, add logging for HCBT_SYSCOMMAND
in the message test.

20 years ago- Remove unused variable hIC.
Robert Shearman [Mon, 13 Sep 2004 19:17:47 +0000 (19:17 +0000)] 
- Remove unused variable hIC.
- Remove check for HTTP signature in server reply.
- Fix stupid error with freeing the wrong buffer.

20 years agoMake sure TreeView gets redrawn after calling EnsureVisible.
Vitaliy Margolen [Mon, 13 Sep 2004 19:17:35 +0000 (19:17 +0000)] 
Make sure TreeView gets redrawn after calling EnsureVisible.

20 years agoAdd cp1250 glyphs to Wine System.
Huw Davies [Mon, 13 Sep 2004 19:17:17 +0000 (19:17 +0000)] 
Add cp1250 glyphs to Wine System.

20 years agoFill the area next to watermark bitmap with window color and subclass
Filip Navara [Mon, 13 Sep 2004 19:17:00 +0000 (19:17 +0000)] 
Fill the area next to watermark bitmap with window color and subclass
exterior wizard pages to suppress drawing background.

20 years agoAdded support for multiple devices.
Robert Reif [Mon, 13 Sep 2004 19:16:47 +0000 (19:16 +0000)] 
Added support for multiple devices.

20 years agoAdd a bunch of new MDI tests.
Dmitry Timoshkov [Mon, 13 Sep 2004 19:16:31 +0000 (19:16 +0000)] 
Add a bunch of new MDI tests.

20 years agoTurn on warnings when building the .def file.
Alexandre Julliard [Mon, 13 Sep 2004 18:14:55 +0000 (18:14 +0000)] 
Turn on warnings when building the .def file.

20 years agoDon't try to stat network mounts in parse_mount_entries, we can't
Alexandre Julliard [Mon, 13 Sep 2004 18:14:15 +0000 (18:14 +0000)] 
Don't try to stat network mounts in parse_mount_entries, we can't
return a meaningful device for them anyway (suggested by Robert
Shearman).

20 years agoImplement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
Jon Griffiths [Mon, 13 Sep 2004 18:11:56 +0000 (18:11 +0000)] 
Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
SHAnsiToAnsi, SHUnicodeToUnicode.

20 years agoImplement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
Jon Griffiths [Mon, 13 Sep 2004 18:09:30 +0000 (18:09 +0000)] 
Implement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
FreeProws, ScDupPropset, HexFromBin, FBinFromHex, FEqualNames.
Fix 2 cases where iterating over value arrays reused a loop variable
incorrectly.

20 years agoHelv should be an alias for MS Sans Serif. Spotted by Francois.
Huw Davies [Mon, 13 Sep 2004 18:07:20 +0000 (18:07 +0000)] 
Helv should be an alias for MS Sans Serif. Spotted by Francois.

20 years agoMake sure we include config.h before including twain_i.h.
Francois Gouget [Mon, 13 Sep 2004 18:06:46 +0000 (18:06 +0000)] 
Make sure we include config.h before including twain_i.h.
Fixes an activeDS.deviceHandle corruption bug.

20 years agoImprove proxy code generated for oaidl.idl.
Mike McCormack [Mon, 13 Sep 2004 18:05:47 +0000 (18:05 +0000)] 
Improve proxy code generated for oaidl.idl.

20 years agoSend correct tracing notification messages.
Vitaliy Margolen [Mon, 13 Sep 2004 18:05:02 +0000 (18:05 +0000)] 
Send correct tracing notification messages.

20 years agoFixed (finally) ScrollConsoleScreenBuffer implementation.
Eric Pouech [Mon, 13 Sep 2004 18:04:50 +0000 (18:04 +0000)] 
Fixed (finally) ScrollConsoleScreenBuffer implementation.

20 years agoDocumentation updates.
Jon Griffiths [Mon, 13 Sep 2004 18:04:31 +0000 (18:04 +0000)] 
Documentation updates.

20 years agoFix the size of the 'G' at 16 ppem. Thanks to Dmitry for spotting
Huw Davies [Mon, 13 Sep 2004 18:03:59 +0000 (18:03 +0000)] 
Fix the size of the 'G' at 16 ppem. Thanks to Dmitry for spotting
this.

20 years agoWhen DC mapping changes reselect current pen to update physical
Dmitry Timoshkov [Mon, 13 Sep 2004 18:03:44 +0000 (18:03 +0000)] 
When DC mapping changes reselect current pen to update physical
width.

20 years agoAdd buffered mode to joystick.
Robert Reif [Mon, 13 Sep 2004 18:03:30 +0000 (18:03 +0000)] 
Add buffered mode to joystick.
Add JoystickWImpl_GetDeviceInfo.

20 years agoLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED messages, make
Dmitry Timoshkov [Mon, 13 Sep 2004 18:03:09 +0000 (18:03 +0000)] 
Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED messages, make
the tests pass on Win95/Win98/Win2000, fix some test failures under
Wine.

20 years agoCorrect displaying of wizard subtitle.
Filip Navara [Mon, 13 Sep 2004 18:02:32 +0000 (18:02 +0000)] 
Correct displaying of wizard subtitle.

20 years agoRemove lock name from lock debug structure before deletion so it gets
Robert Reif [Fri, 10 Sep 2004 22:30:05 +0000 (22:30 +0000)] 
Remove lock name from lock debug structure before deletion so it gets
freed properly.

20 years ago- Use FDI functions like native instead of advpack.ExtractFiles and
Robert Shearman [Fri, 10 Sep 2004 22:29:49 +0000 (22:29 +0000)] 
- Use FDI functions like native instead of advpack.ExtractFiles and
  cabinet.Extract (which doesn't work with native cabinet)
- If MoveFile fails the message now displayes the correct last error
  and bails rather than silently breaking the install.

20 years agoMake the menus of Delphi applications work.
Michael Kaufmann [Fri, 10 Sep 2004 22:29:32 +0000 (22:29 +0000)] 
Make the menus of Delphi applications work.

20 years agoThe initial dialog focus should be established by the default handler
Zach Gorman [Fri, 10 Sep 2004 22:29:02 +0000 (22:29 +0000)] 
The initial dialog focus should be established by the default handler
for SetFocus(), not in the dialog creation code.

20 years agoModal dialogs should not be shown via ShowWindow until the message
Zach Gorman [Fri, 10 Sep 2004 21:27:02 +0000 (21:27 +0000)] 
Modal dialogs should not be shown via ShowWindow until the message
queue first runs empty. This allows all initialization to complete
before a default focus is assigned.

20 years agoDon't reject OS/2 programs, try to carry on in DOS mode.
Andreas Mohr [Fri, 10 Sep 2004 21:16:02 +0000 (21:16 +0000)] 
Don't reject OS/2 programs, try to carry on in DOS mode.

20 years agoAdded tests for default focus assignment in dialogs.
Zach Gorman [Fri, 10 Sep 2004 21:14:43 +0000 (21:14 +0000)] 
Added tests for default focus assignment in dialogs.

20 years agoDocument all the structure members up to SessionId in the PEB.
Robert Reif [Fri, 10 Sep 2004 21:13:55 +0000 (21:13 +0000)] 
Document all the structure members up to SessionId in the PEB.

20 years agoImplemented LockServiceDatabase and UnlockServiceDatabase.
Alexander Yaworsky [Fri, 10 Sep 2004 21:12:25 +0000 (21:12 +0000)] 
Implemented LockServiceDatabase and UnlockServiceDatabase.

20 years agoAdd support for file:/// urls in PathCreateFromUrl.
Diego Pettenò [Fri, 10 Sep 2004 21:12:11 +0000 (21:12 +0000)] 
Add support for file:/// urls in PathCreateFromUrl.