wine
22 years agoOnly include 'sys/user.h' for Linux. Fixes a compilation error on
Francois Gouget [Tue, 20 Nov 2001 18:52:42 +0000 (18:52 +0000)] 
Only include 'sys/user.h' for Linux. Fixes a compilation error on
FreeBSD 5.0.

22 years agoFix LUID definition.
Francois Gouget [Tue, 20 Nov 2001 18:52:20 +0000 (18:52 +0000)] 
Fix LUID definition.

22 years agoConvert message spy to unicode.
Dmitry Timoshkov [Tue, 20 Nov 2001 18:50:56 +0000 (18:50 +0000)] 
Convert message spy to unicode.

22 years agoFix lock up in GetKeyNameText due to an increment wrap when KeyCode is
Dave Hawkes [Tue, 20 Nov 2001 18:49:38 +0000 (18:49 +0000)] 
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
a char type and max_keycode is 255.

22 years ago- fix wrong hexadecimal GetLastError() output
Andreas Mohr [Mon, 19 Nov 2001 02:30:01 +0000 (02:30 +0000)] 
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address

22 years agoPrevent warnings about labels at end of switch statements when
James Juran [Mon, 19 Nov 2001 02:24:14 +0000 (02:24 +0000)] 
Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.

22 years agoFix the Solaris and FreeBSD compilation errors introduced by the
Francois Gouget [Mon, 19 Nov 2001 02:23:22 +0000 (02:23 +0000)] 
Fix the Solaris and FreeBSD compilation errors introduced by the
recent winsock update.

22 years agoFix a loop playing failure and a problem with choppy sound.
Simon Britnell [Mon, 19 Nov 2001 02:10:50 +0000 (02:10 +0000)] 
Fix a loop playing failure and a problem with choppy sound.

22 years agoA few typos.
Francois Gouget [Mon, 19 Nov 2001 02:09:49 +0000 (02:09 +0000)] 
A few typos.

22 years agoMIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
Francois Gouget [Mon, 19 Nov 2001 02:08:56 +0000 (02:08 +0000)] 
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.

22 years agoBetter relaying for _lcreat.
Francois Gouget [Mon, 19 Nov 2001 02:08:34 +0000 (02:08 +0000)] 
Better relaying for _lcreat.

22 years agoSmall typo in avicap32.spec fixed.
Marcus Meissner [Mon, 19 Nov 2001 02:07:40 +0000 (02:07 +0000)] 
Small typo in avicap32.spec fixed.

22 years agoFix exchanged lines in WIN_GetWindowLong.
Gerard Patel [Mon, 19 Nov 2001 02:07:11 +0000 (02:07 +0000)] 
Fix exchanged lines in WIN_GetWindowLong.

22 years agoTruncate the window text if it is too large for the request buffer.
Alexandre Julliard [Fri, 16 Nov 2001 18:14:17 +0000 (18:14 +0000)] 
Truncate the window text if it is too large for the request buffer.

22 years agoLocal classes registered with USER instance handle now are now found
Joshua Thielen [Fri, 16 Nov 2001 18:11:43 +0000 (18:11 +0000)] 
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.

22 years agoAdded missing RichEdit defines.
Jussi Jumppanen [Fri, 16 Nov 2001 18:11:15 +0000 (18:11 +0000)] 
Added missing RichEdit defines.

22 years agoMoved WIN_FindWinToRepaint functionality to the server.
Alexandre Julliard [Wed, 14 Nov 2001 21:28:36 +0000 (21:28 +0000)] 
Moved WIN_FindWinToRepaint functionality to the server.

22 years agoMake winsock.h and winsock2.h independent from the Unix headers.
Francois Gouget [Wed, 14 Nov 2001 21:26:23 +0000 (21:26 +0000)] 
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.

22 years agoStructure NEWTEXTMETRIC uses packing 4.
Dmitry Timoshkov [Wed, 14 Nov 2001 21:23:46 +0000 (21:23 +0000)] 
Structure NEWTEXTMETRIC uses packing 4.

22 years agoAdded missing MAPI defines.
Jussi Jumppanen [Wed, 14 Nov 2001 21:23:17 +0000 (21:23 +0000)] 
Added missing MAPI defines.

22 years agoStore the window caption text in the server.
Alexandre Julliard [Tue, 13 Nov 2001 22:23:48 +0000 (22:23 +0000)] 
Store the window caption text in the server.
Maintain a paint count separately for each window.

22 years agoFix the server paint count in SetWindowPos.
Gerard Patel [Tue, 13 Nov 2001 22:02:20 +0000 (22:02 +0000)] 
Fix the server paint count in SetWindowPos.

22 years agoFixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
Eric Pouech [Tue, 13 Nov 2001 21:58:32 +0000 (21:58 +0000)] 
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
16/32 API call ordering.

22 years agoImplemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
Andriy Palamarchuk [Tue, 13 Nov 2001 21:30:59 +0000 (21:30 +0000)] 
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.

22 years agoEDIT_EM_LineLength called from within EDIT_EM_LineLength needs
Andreas Mohr [Tue, 13 Nov 2001 21:29:38 +0000 (21:29 +0000)] 
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
starting line char index, not line index (== line number).

22 years ago- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
Guy L. Albertelli [Tue, 13 Nov 2001 21:28:21 +0000 (21:28 +0000)] 
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}

22 years agoFixed some race conditions in notification vs. operation
Eric Pouech [Mon, 12 Nov 2001 15:55:37 +0000 (15:55 +0000)] 
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.

22 years agoFixes stupid bug with typelib filenames.
Huw D M Davies [Mon, 12 Nov 2001 15:50:01 +0000 (15:50 +0000)] 
Fixes stupid bug with typelib filenames.

22 years agoCast id to unsigned in GetDlgItem16.
Lawson Whitney [Mon, 12 Nov 2001 15:49:38 +0000 (15:49 +0000)] 
Cast id to unsigned in GetDlgItem16.

22 years agoParity settings were not set properly in BuildCommDCBAndTimeouts()
Gerson Kurz [Mon, 12 Nov 2001 15:49:08 +0000 (15:49 +0000)] 
Parity settings were not set properly in BuildCommDCBAndTimeouts()
because of an off-by-one error.

22 years agoFixed handling of -1 itemid in WM_DRAWITEM.
Gerard Patel [Mon, 12 Nov 2001 15:48:20 +0000 (15:48 +0000)] 
Fixed handling of -1 itemid in WM_DRAWITEM.

22 years ago- implement mbscspn mostly as a stub
Gerard Patel [Mon, 12 Nov 2001 15:47:26 +0000 (15:47 +0000)] 
- implement mbscspn mostly as a stub
- reimplement mktime

22 years ago- don't forget to initialize number of connections to 0
Andreas Mohr [Mon, 12 Nov 2001 15:46:33 +0000 (15:46 +0000)] 
- don't forget to initialize number of connections to 0
- add "RAS doesn't work" warning

22 years agoCleaned up the wodPlayer functionality to make it easier to follow.
Simon Britnell [Fri, 9 Nov 2001 20:26:59 +0000 (20:26 +0000)] 
Cleaned up the wodPlayer functionality to make it easier to follow.
Changed notification to be calculated from bytes played rather than
time elapsed.

22 years agoTest bits with '&' instead of '&&'.
Travis Michielsen [Fri, 9 Nov 2001 20:05:06 +0000 (20:05 +0000)] 
Test bits with '&' instead of '&&'.

22 years agoImplemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
Andriy Palamarchuk [Fri, 9 Nov 2001 20:02:41 +0000 (20:02 +0000)] 
Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
parameters processing.

22 years agoCorrect handling of strings in setValue.
François Gouget [Fri, 9 Nov 2001 19:32:02 +0000 (19:32 +0000)] 
Correct handling of strings in setValue.
Better handling of str(x) and hex(x) in setValue.
Misc typos.

22 years agoDocument the new -winver versions.
Francois Gouget [Fri, 9 Nov 2001 19:21:16 +0000 (19:21 +0000)] 
Document the new -winver versions.

22 years agoChanged BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
Joshua Thielen [Fri, 9 Nov 2001 19:18:45 +0000 (19:18 +0000)] 
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.

22 years agoRecognize the FreeBSD dlopen equivalent of "cannot open".
François Gouget [Fri, 9 Nov 2001 19:17:35 +0000 (19:17 +0000)] 
Recognize the FreeBSD dlopen equivalent of "cannot open".

22 years agoUse proper unicode routine.
Guy L. Albertelli [Fri, 9 Nov 2001 19:16:36 +0000 (19:16 +0000)] 
Use proper unicode routine.

22 years agoMake out-of-source-tree builds work with Solaris make.
François Gouget [Fri, 9 Nov 2001 19:15:51 +0000 (19:15 +0000)] 
Make out-of-source-tree builds work with Solaris make.

22 years agoRelease 20011108. wine-20011108
Alexandre Julliard [Thu, 8 Nov 2001 19:58:05 +0000 (19:58 +0000)] 
Release 20011108.

22 years agoImplemented inline version of the iswxxx functions.
Alexandre Julliard [Thu, 8 Nov 2001 19:16:34 +0000 (19:16 +0000)] 
Implemented inline version of the iswxxx functions.

22 years agoMoved the int 9 (keyboard) handler to dlls/winedos.
Ove Kaaven [Thu, 8 Nov 2001 17:06:40 +0000 (17:06 +0000)] 
Moved the int 9 (keyboard) handler to dlls/winedos.

22 years agoFind out how much data is available when calling ReadFileEx.
Mike McCormack [Thu, 8 Nov 2001 17:06:08 +0000 (17:06 +0000)] 
Find out how much data is available when calling ReadFileEx.

22 years agoRepaired child window activation broken by previous change.
Gerard Patel [Wed, 7 Nov 2001 23:19:42 +0000 (23:19 +0000)] 
Repaired child window activation broken by previous change.

22 years agoAdd dumping of window styles at the window creation time.
Dmitry Timoshkov [Wed, 7 Nov 2001 21:52:24 +0000 (21:52 +0000)] 
Add dumping of window styles at the window creation time.

22 years agoAdded a few default palette entries for the VGA/MCGA 256-color mode.
Ove Kaaven [Wed, 7 Nov 2001 20:54:08 +0000 (20:54 +0000)] 
Added a few default palette entries for the VGA/MCGA 256-color mode.
Made the VGA mode set go through RunInThread, so that the VGA graphics
window gets owned by the right thread.

22 years agoAvoid ftruncate to work around broken UMSDOS file system.
Alexandre Julliard [Wed, 7 Nov 2001 20:25:12 +0000 (20:25 +0000)] 
Avoid ftruncate to work around broken UMSDOS file system.

22 years agoCreated new infrastructure for SystemParametersInfo function. Used it
Andriy Palamarchuk [Wed, 7 Nov 2001 20:24:29 +0000 (20:24 +0000)] 
Created new infrastructure for SystemParametersInfo function. Used it
to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
SPI_GET/SETSHOWSOUNDS system parameters.

22 years agoMinor grammatical corrections.
Bill Medland [Wed, 7 Nov 2001 20:16:22 +0000 (20:16 +0000)] 
Minor grammatical corrections.

22 years agoAdded RunInThread callout to winedos.
Ove Kaaven [Wed, 7 Nov 2001 20:15:39 +0000 (20:15 +0000)] 
Added RunInThread callout to winedos.

22 years agoMake ConnectNamedPipe work in overlapped mode.
Mike McCormack [Wed, 7 Nov 2001 20:14:45 +0000 (20:14 +0000)] 
Make ConnectNamedPipe work in overlapped mode.

22 years agoIgnore DSR/DTR flow control in DCB. termios doesn't support it.
Mike McCormack [Wed, 7 Nov 2001 20:13:25 +0000 (20:13 +0000)] 
Ignore DSR/DTR flow control in DCB. termios doesn't support it.

22 years ago- Define rest of URL_ESCAPE... and other flags.
Guy Albertelli [Tue, 6 Nov 2001 22:31:19 +0000 (22:31 +0000)] 
- Define rest of URL_ESCAPE... and other flags.
- Define implemented interfaces for reg.c and url.c.

22 years ago- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
Guy Albertelli [Tue, 6 Nov 2001 22:29:38 +0000 (22:29 +0000)] 
- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
  and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
- Make UrlCanonicalizeA use UrlCanonicalizeW.
- Implement full functionality in UrlCanonicalizeW.
- Implement UrlCombine{A|W}.

22 years ago- Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
Guy Albertelli [Tue, 6 Nov 2001 22:29:02 +0000 (22:29 +0000)] 
- Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
- Fix error in SHLWAPI_18
- New file (ordinal.h) with documentation for _1, &_2.

22 years agoWindow activation cleanups.
Alexandre Julliard [Tue, 6 Nov 2001 22:28:18 +0000 (22:28 +0000)] 
Window activation cleanups.

22 years agoReturn success in CreateProcess when we started a non-Winelib Unix
Alexandre Julliard [Tue, 6 Nov 2001 22:27:41 +0000 (22:27 +0000)] 
Return success in CreateProcess when we started a non-Winelib Unix
process.

22 years agoAdd $X_LIBS path while searching for libfreetype.
Dmitry Timoshkov [Tue, 6 Nov 2001 22:26:53 +0000 (22:26 +0000)] 
Add $X_LIBS path while searching for libfreetype.

22 years agoDevices never need to be polled, so return DI_NOEFFECT in Poll.
<larstiq@larstiq.dyndns.org> [Tue, 6 Nov 2001 22:26:26 +0000 (22:26 +0000)] 
Devices never need to be polled, so return DI_NOEFFECT in Poll.

22 years agoPrevent danger of accessing freed memory (theoretical but unlikely
Bill Medland [Tue, 6 Nov 2001 22:25:11 +0000 (22:25 +0000)] 
Prevent danger of accessing freed memory (theoretical but unlikely
bug).

22 years agostrsep is not implemented on Solaris, replace it with our own portable
François Gouget [Tue, 6 Nov 2001 22:24:40 +0000 (22:24 +0000)] 
strsep is not implemented on Solaris, replace it with our own portable
implementation.

22 years agoRenamed struct option to struct debug_option to avoid compile problems
Marcus Meissner [Tue, 6 Nov 2001 22:24:02 +0000 (22:24 +0000)] 
Renamed struct option to struct debug_option to avoid compile problems
where struct option is already defined.

22 years agoFix a buffer overflow in write_name_str, bug found by
Francois Gouget [Tue, 6 Nov 2001 22:23:37 +0000 (22:23 +0000)] 
Fix a buffer overflow in write_name_str, bug found by
jonathan@corvu.com.au.

22 years agoAvoid parsing the whole tree to find libwine.so.
<ghutchis@cisco.com> [Tue, 6 Nov 2001 22:22:53 +0000 (22:22 +0000)] 
Avoid parsing the whole tree to find libwine.so.

22 years agoDon't prefix %p with 0x.
Francois Gouget [Tue, 6 Nov 2001 21:01:32 +0000 (21:01 +0000)] 
Don't prefix %p with 0x.
Various English fixes.

22 years agoFix the #include order for config.h.
François Gouget [Tue, 6 Nov 2001 20:57:11 +0000 (20:57 +0000)] 
Fix the #include order for config.h.
Add #include "config.h" directives where needed.

22 years agoMake debugtools.h independent from config.h.
François Gouget [Tue, 6 Nov 2001 19:01:05 +0000 (19:01 +0000)] 
Make debugtools.h independent from config.h.

22 years agoAllow owner to be the desktop window.
Alexandre Julliard [Tue, 6 Nov 2001 17:54:15 +0000 (17:54 +0000)] 
Allow owner to be the desktop window.

22 years agoThe 'dword' values should be stored as big endian values.
Hidenori Takeshima [Tue, 6 Nov 2001 17:53:09 +0000 (17:53 +0000)] 
The 'dword' values should be stored as big endian values.

22 years agoAdded netapi32.dll and the Netbios() call.
Mike McCormack [Tue, 6 Nov 2001 17:52:36 +0000 (17:52 +0000)] 
Added netapi32.dll and the Netbios() call.

22 years agoFor drawing a caret, internally replaced the brush by a bitmap (this
Eric Pouech [Tue, 6 Nov 2001 00:52:12 +0000 (00:52 +0000)] 
For drawing a caret, internally replaced the brush by a bitmap (this
allows caret of size > 8x8),

22 years agoAdd versions for WinME and WinXP.
Francois Gouget [Tue, 6 Nov 2001 00:49:48 +0000 (00:49 +0000)] 
Add versions for WinME and WinXP.
Fix the 16bit version return for Win2000.
More closely match the Win95/98 CSDVersion fields.
Enhance documentation of Win95 version numbers.
Confirm the existing data for Win2000.

22 years agoFix incorrect use of a Unicode string literal.
Francois Gouget [Tue, 6 Nov 2001 00:48:51 +0000 (00:48 +0000)] 
Fix incorrect use of a Unicode string literal.

22 years agoAdd traces to help diagnose systematic cached-metrics regeneration
François Gouget [Tue, 6 Nov 2001 00:46:36 +0000 (00:46 +0000)] 
Add traces to help diagnose systematic cached-metrics regeneration
problems.

22 years agoRename SIC_CompareEntrys to SIC_CompareEntries, and make it static.
Francois Gouget [Tue, 6 Nov 2001 00:45:32 +0000 (00:45 +0000)] 
Rename SIC_CompareEntrys to SIC_CompareEntries, and make it static.

22 years agoAdded stubs for msrle32.dll and implemented RLE8 decoder.
Hidenori Takeshima [Tue, 6 Nov 2001 00:41:05 +0000 (00:41 +0000)] 
Added stubs for msrle32.dll and implemented RLE8 decoder.
Added stub for avicap32.

22 years agoConvert GetCharWidth to Unicode.
Dmitry Timoshkov [Mon, 5 Nov 2001 23:56:22 +0000 (23:56 +0000)] 
Convert GetCharWidth to Unicode.

22 years agoMove SPY_EnterMessage call after all possible exits so that there will
Guy Albertelli [Mon, 5 Nov 2001 23:56:01 +0000 (23:56 +0000)] 
Move SPY_EnterMessage call after all possible exits so that there will
be a matching SPY_ExitMessage.

22 years ago- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
Guy Albertelli [Mon, 5 Nov 2001 23:55:36 +0000 (23:55 +0000)] 
- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
  code but duplicated deliberately.
- Implement StrRChrI{A|W}.

22 years agoAdd support for Wine internal messages.
Guy Albertelli [Mon, 5 Nov 2001 23:54:40 +0000 (23:54 +0000)] 
Add support for Wine internal messages.

22 years agoFixed and globalized some path and module name handling.
Eric Pouech [Mon, 5 Nov 2001 23:54:11 +0000 (23:54 +0000)] 
Fixed and globalized some path and module name handling.
Tweaked the demangling of function pointers as function parameters.

22 years agoFixed dst / src lines implementation.
Eric Pouech [Mon, 5 Nov 2001 23:53:48 +0000 (23:53 +0000)] 
Fixed dst / src lines implementation.
Added mux/mixer control for master rec.
Added framework for multiple mixers.

22 years agoTest for ws_timeout=NULL in winsock select().
Gerard Patel [Mon, 5 Nov 2001 23:53:16 +0000 (23:53 +0000)] 
Test for ws_timeout=NULL in winsock select().

22 years agoTell Solaris users where to get XPM.
François Gouget [Mon, 5 Nov 2001 23:52:54 +0000 (23:52 +0000)] 
Tell Solaris users where to get XPM.

22 years agoFALSE is not defined on Solaris.
François Gouget [Mon, 5 Nov 2001 23:52:30 +0000 (23:52 +0000)] 
FALSE is not defined on Solaris.

22 years agoFix line length calculation in X11DRV_DIB_Convert_any_asis.
François Gouget [Mon, 5 Nov 2001 23:52:18 +0000 (23:52 +0000)] 
Fix line length calculation in X11DRV_DIB_Convert_any_asis.
Correctly initialize the color masks of 24bpp DIBs.

22 years agoFor global classes, GetClassInfo now returns a handle to USER.
Joshua Thielen [Mon, 5 Nov 2001 23:49:54 +0000 (23:49 +0000)] 
For global classes, GetClassInfo now returns a handle to USER.

22 years agoImplemented a dynamic table of DOS interrupt handlers.
Ove Kaaven [Mon, 5 Nov 2001 23:48:35 +0000 (23:48 +0000)] 
Implemented a dynamic table of DOS interrupt handlers.

22 years agoFix RegSetValueEx calls and crash when DriverName="" in registry.
Gerard Patel [Sun, 28 Oct 2001 21:16:38 +0000 (21:16 +0000)] 
Fix RegSetValueEx calls and crash when DriverName="" in registry.

22 years agoProtect against an interrupt-pending signal recursion.
Ove Kaaven [Sun, 28 Oct 2001 21:16:22 +0000 (21:16 +0000)] 
Protect against an interrupt-pending signal recursion.

22 years agoFixed some bugs.
Hidenori Takeshima [Sun, 28 Oct 2001 21:16:00 +0000 (21:16 +0000)] 
Fixed some bugs.
Implemented IPropertyBag.
Implemented some FilterMapper2 methods.
Implemented AddSourceFilter.
Implemented Render partially.
Implemented Connect partially.

22 years agoAdded definitions of MERITs.
Hidenori Takeshima [Sun, 28 Oct 2001 21:15:17 +0000 (21:15 +0000)] 
Added definitions of MERITs.

22 years agoAdded stub for ICImageCompress.
Hidenori Takeshima [Sun, 28 Oct 2001 21:14:51 +0000 (21:14 +0000)] 
Added stub for ICImageCompress.
Implemented ICImageDecompress.

22 years ago- Added stubs for _18,_21,_22 which seem to be used only by native
Guy L. Albertelli [Sun, 28 Oct 2001 21:14:26 +0000 (21:14 +0000)] 
- Added stubs for _18,_21,_22 which seem to be used only by native
  shdocvw.dll
- Implemented _26, _27, _28, _32, and _34 (more isw... functions).

22 years agoStub UrlCombineA and initial implementation of UrlCombineW.
Guy L. Albertelli [Sun, 28 Oct 2001 21:13:54 +0000 (21:13 +0000)] 
Stub UrlCombineA and initial implementation of UrlCombineW.

22 years agoImplement SHRegGetBoolUSValue{A|W}.
Guy L. Albertelli [Sun, 28 Oct 2001 21:13:16 +0000 (21:13 +0000)] 
Implement SHRegGetBoolUSValue{A|W}.

22 years agoReplaced Martini glass.
Jeremy Newman [Sun, 28 Oct 2001 21:12:54 +0000 (21:12 +0000)] 
Replaced Martini glass.