wine
18 years agoAllow mapi32 tests to load and exit gracefully if mapi32.dll isn't
Ivan Leo Puoti [Thu, 27 Oct 2005 18:29:27 +0000 (18:29 +0000)] 
Allow mapi32 tests to load and exit gracefully if mapi32.dll isn't
installed.

18 years agoDelete a temp file.
Ivan Leo Puoti [Thu, 27 Oct 2005 18:29:07 +0000 (18:29 +0000)] 
Delete a temp file.

18 years agoAdd default implementation for max_conn_pre_*_server flag.
Vijay Kiran Kamuju [Thu, 27 Oct 2005 18:28:59 +0000 (18:28 +0000)] 
Add default implementation for max_conn_pre_*_server flag.
Add stubs for the above flags in InternetSetOption.

18 years agoFixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
Phil Krylov [Thu, 27 Oct 2005 18:28:43 +0000 (18:28 +0000)] 
Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
SetStretchBltMode() to assume that the corresponding DC driver
functions return only a BOOL success flag, and therefore a proper
return value should be generated by the main function. Fixed
EMFDRV_StretchDIBits() to return a proper value (like
MFDRV_StretchDIBits already does). Added comments about other cases of
improper return values.

18 years agoAdd some missing USER definitions, add a couple of FIXMEs for not
Dmitry Timoshkov [Thu, 27 Oct 2005 18:28:23 +0000 (18:28 +0000)] 
Add some missing USER definitions, add a couple of FIXMEs for not
implemented features.

18 years agoIf an action fails, print out its name as well as the error code. Use
Mike McCormack [Thu, 27 Oct 2005 12:39:28 +0000 (12:39 +0000)] 
If an action fails, print out its name as well as the error code.  Use
%d for error codes so it's easy to match them up to something in
winerror.h.

18 years agoRename load_dynamic_stringW to msi_dup_record_field to better describe
Mike McCormack [Thu, 27 Oct 2005 12:36:12 +0000 (12:36 +0000)] 
Rename load_dynamic_stringW to msi_dup_record_field to better describe
what it does, and replace a few instances with MSI_RecordGetString to
avoid allocating memory.

18 years agoAdd test for undocumented 0x4D message sent on F1.
Vitaliy Margolen [Thu, 27 Oct 2005 12:31:04 +0000 (12:31 +0000)] 
Add test for undocumented 0x4D message sent on F1.

18 years agoAdded a test case for %0f and %.0f.
Vijay Kiran Kamuju [Thu, 27 Oct 2005 12:25:18 +0000 (12:25 +0000)] 
Added a test case for %0f and %.0f.

18 years agoImplement transforms. This still includes some debugging code which
Mike McCormack [Thu, 27 Oct 2005 12:25:04 +0000 (12:25 +0000)] 
Implement transforms.  This still includes some debugging code which
can be enabled by setting debug_transform to 1 in the relevant
places.

18 years agoReorder header files to avoid name space collision with symbol
Robert Lunnon [Thu, 27 Oct 2005 12:24:42 +0000 (12:24 +0000)] 
Reorder header files to avoid name space collision with symbol
PAGESIZE.

18 years agoImplemented UnixFolder's IPersistPropertyBag::Load method.
Michael Jung [Thu, 27 Oct 2005 12:09:59 +0000 (12:09 +0000)] 
Implemented UnixFolder's IPersistPropertyBag::Load method.

18 years agoAdd tests for functionality implemented or corrected: multiplication,
Alex Villacís Lasso [Thu, 27 Oct 2005 12:09:40 +0000 (12:09 +0000)] 
Add tests for functionality implemented or corrected: multiplication,
division, cast to double, cast to string.

18 years agoAdd the macros used in dlldata.c files.
Robert Shearman [Thu, 27 Oct 2005 12:09:05 +0000 (12:09 +0000)] 
Add the macros used in dlldata.c files.

18 years agoThere is no need to call IUnknown_QueryInterface since getting the
Robert Shearman [Thu, 27 Oct 2005 12:08:58 +0000 (12:08 +0000)] 
There is no need to call IUnknown_QueryInterface since getting the
correct object is handled by the proxy manager.

18 years agoRemove iconcache pre-initialization hack, it's not necessary any
Michael Jung [Thu, 27 Oct 2005 12:08:44 +0000 (12:08 +0000)] 
Remove iconcache pre-initialization hack, it's not necessary any
more.

18 years agoWine is beta software now.
Hans Leidekker [Thu, 27 Oct 2005 12:08:24 +0000 (12:08 +0000)] 
Wine is beta software now.

18 years agoTidy up the RegisterProduct action a little.
Mike McCormack [Thu, 27 Oct 2005 12:08:16 +0000 (12:08 +0000)] 
Tidy up the RegisterProduct action a little.

18 years agoRelease the OpenGL context when the device is released.
Oliver Stieber [Thu, 27 Oct 2005 12:08:00 +0000 (12:08 +0000)] 
Release the OpenGL context when the device is released.

18 years agoGet rid of the show dir symlink option.
Alexandre Julliard [Thu, 27 Oct 2005 11:24:02 +0000 (11:24 +0000)] 
Get rid of the show dir symlink option.

18 years agoMake show_dir_symlinks the default and get rid of the option.
Alexandre Julliard [Thu, 27 Oct 2005 11:22:47 +0000 (11:22 +0000)] 
Make show_dir_symlinks the default and get rid of the option.

18 years agoMake the unmount_device request take a handle to the device file
Alexandre Julliard [Thu, 27 Oct 2005 11:20:50 +0000 (11:20 +0000)] 
Make the unmount_device request take a handle to the device file
itself instead of a handle to a file opened on the device.

18 years agoAdded more error codes to dxerr8 and dxerr9 which were extracted from
Robert Reif [Thu, 27 Oct 2005 11:20:15 +0000 (11:20 +0000)] 
Added more error codes to dxerr8 and dxerr9 which were extracted from
MinGW win32api-3.3 file dxerr.c written by Filip Navara <xnavara@volny.cz>.

18 years agoTest for argv handling.
Uwe Bonnes [Thu, 27 Oct 2005 10:25:49 +0000 (10:25 +0000)] 
Test for argv handling.

18 years agoAdd stub implementation for NtAccessCheckAndAuditAlarm.
Ivan Leo Puoti [Thu, 27 Oct 2005 10:25:41 +0000 (10:25 +0000)] 
Add stub implementation for NtAccessCheckAndAuditAlarm.

18 years agoDeclare ExecuteCab and TranslateInfString.
Stefan Leichter [Thu, 27 Oct 2005 10:24:26 +0000 (10:24 +0000)] 
Declare ExecuteCab and TranslateInfString.

18 years agoImplement CryptMem and undocumented I_Crypt*Tls functions, with tests.
Juan Lang [Thu, 27 Oct 2005 10:24:20 +0000 (10:24 +0000)] 
Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.

18 years agoCorrect the number of parameters expected for the LRP function.
Oliver Stieber [Thu, 27 Oct 2005 10:23:53 +0000 (10:23 +0000)] 
Correct the number of parameters expected for the LRP function.

18 years agoChanged index and vertex buffer so that internal references are
Oliver Stieber [Thu, 27 Oct 2005 10:23:41 +0000 (10:23 +0000)] 
Changed index and vertex buffer so that internal references are
counted separately to external ones.

18 years agoUpdated French resources.
Jonathan Ernst [Thu, 27 Oct 2005 10:22:54 +0000 (10:22 +0000)] 
Updated French resources.

18 years agoCorrectly handle flags parameter in SHAddToRecentDocs.
Dmitry Timoshkov [Thu, 27 Oct 2005 10:22:38 +0000 (10:22 +0000)] 
Correctly handle flags parameter in SHAddToRecentDocs.

18 years agoPrint first line of LDD output only.
Marcus Meissner [Thu, 27 Oct 2005 10:22:13 +0000 (10:22 +0000)] 
Print first line of LDD output only.

18 years agoMissing and zero precision specifiers are different.
Mike McCormack [Thu, 27 Oct 2005 10:20:08 +0000 (10:20 +0000)] 
Missing and zero precision specifiers are different.

18 years agoAdd IFontEventsDisp and IProvideMultipleClassInfo.
Robert Shearman [Thu, 27 Oct 2005 10:19:54 +0000 (10:19 +0000)] 
Add IFontEventsDisp and IProvideMultipleClassInfo.

18 years agoUnify HEADER_SetItem[A/W] into one function.
Vitaliy Margolen [Thu, 27 Oct 2005 10:19:29 +0000 (10:19 +0000)] 
Unify HEADER_SetItem[A/W] into one function.

18 years agoAdd the IObjectWithSite interface.
Mike McCormack [Thu, 27 Oct 2005 10:19:16 +0000 (10:19 +0000)] 
Add the IObjectWithSite interface.

18 years agoAdd a currently failing test case for menus.
Mike McCormack [Thu, 27 Oct 2005 10:19:01 +0000 (10:19 +0000)] 
Add a currently failing test case for menus.

18 years agoRemove unused variable from IDirectSoundFullDuplexImpl.
Robert Reif [Thu, 27 Oct 2005 10:18:51 +0000 (10:18 +0000)] 
Remove unused variable from IDirectSoundFullDuplexImpl.
Move DirectSoundFullDuplexCreate to get rid of forward declarations.

18 years agoIn FindNextFileExW don't report directory symlinks that point to one
Alexandre Julliard [Wed, 26 Oct 2005 13:57:45 +0000 (13:57 +0000)] 
In FindNextFileExW don't report directory symlinks that point to one
of the parent directories, to avoid infinite recursions.

18 years agoCreate a stub function to apply a single table transform and call it
Mike McCormack [Wed, 26 Oct 2005 13:56:33 +0000 (13:56 +0000)] 
Create a stub function to apply a single table transform and call it
where we need to apply transforms.

18 years agoStubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
Huw Davies [Wed, 26 Oct 2005 13:56:00 +0000 (13:56 +0000)] 
Stubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
along with a few related defines.

18 years agoImplement complete VarDecDiv() for any valid DECIMAL.
Alex Villacís Lasso [Wed, 26 Oct 2005 13:53:21 +0000 (13:53 +0000)] 
Implement complete VarDecDiv() for any valid DECIMAL.

18 years agoAttach to implicitly loaded builtin dlls on process startup.
Alexandre Julliard [Wed, 26 Oct 2005 12:12:44 +0000 (12:12 +0000)] 
Attach to implicitly loaded builtin dlls on process startup.

18 years ago- Added Find functions
Krzysztof Foltman [Wed, 26 Oct 2005 12:07:55 +0000 (12:07 +0000)] 
- Added Find functions
- Some refactoring that made Find functions possible
   - GetItemPath returns a heap-allocated string
   - subtree update put into a separate function UpdateExpandingTree
   - error() utility function made public
- Find functions are grayed/ungrayed based on context (which fixes
  invalid 'grayed' flag in some localizations).
- InvalidateRect to fix display glitches coming from using
  WM_SETREDRAW.
- English and Polish resource updates (Find dialog box and Find menu
  options, string not found message).

18 years agoTreat paramflags == 0 like PARAMFLAG_FIN.
Huw Davies [Wed, 26 Oct 2005 12:06:49 +0000 (12:06 +0000)] 
Treat paramflags == 0 like PARAMFLAG_FIN.

18 years agoImplement complete VarDecMul() for any valid DECIMAL.
Alex Villacís Lasso [Wed, 26 Oct 2005 12:06:41 +0000 (12:06 +0000)] 
Implement complete VarDecMul() for any valid DECIMAL.

18 years agoEnumerate the substorage transforms for any patches that are passed on
Mike McCormack [Wed, 26 Oct 2005 12:06:21 +0000 (12:06 +0000)] 
Enumerate the substorage transforms for any patches that are passed on
the command line with PATCH=.  Need to implement
table_apply_transform() before this will do anything interesting.

18 years ago- Try LoadLibrary/LoadImage to extract icons from wine's built-in dlls
Michael Jung [Wed, 26 Oct 2005 12:05:59 +0000 (12:05 +0000)] 
- Try LoadLibrary/LoadImage to extract icons from wine's built-in dlls
  if SearchPath fails to find the requested file in
  PrivateExtractIcons.
- Some unit tests for PrivateExtractIcons.

18 years agoHandle VT_CY in VarDiv().
Michael Stefaniuc [Wed, 26 Oct 2005 12:05:39 +0000 (12:05 +0000)] 
Handle VT_CY in VarDiv().

18 years agoUpdated trace to support VERSIONED_PRINTER.
Detlef Riekenberg [Wed, 26 Oct 2005 12:05:17 +0000 (12:05 +0000)] 
Updated trace to support VERSIONED_PRINTER.

18 years agoProper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.
Peter Beutner [Wed, 26 Oct 2005 10:13:09 +0000 (10:13 +0000)] 
Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.

18 years agoImplement a Stop function and use this to properly implement
Robert Shearman [Wed, 26 Oct 2005 10:12:49 +0000 (10:12 +0000)] 
Implement a Stop function and use this to properly implement
IOleObject_Close, IAdviseSink_OnClose and the destructor.

18 years ago- Forward IDispatch functions to the MIDL-generated proxy.
Robert Shearman [Wed, 26 Oct 2005 10:12:30 +0000 (10:12 +0000)] 
- Forward IDispatch functions to the MIDL-generated proxy.
- Remove special cases caused by previous marshaling of IDispatch &
  IUnknown that is no longer done.
- Add error messages if an IUnknown or IDispatch method is called when
  it no longer should be.

18 years agoImplement complete VarBstrFromDec() for any valid DECIMAL, with
Alex Villacís Lasso [Wed, 26 Oct 2005 10:12:20 +0000 (10:12 +0000)] 
Implement complete VarBstrFromDec() for any valid DECIMAL, with
internationalization support borrowed from VARIANT_BstrFromReal(). The
decimal fix for VARIANT_BstrFromReal was encapsulated in a separate
function and reused.

18 years agoSilently ignore WM_PAINT in msg tests.
Vitaliy Margolen [Wed, 26 Oct 2005 10:11:52 +0000 (10:11 +0000)] 
Silently ignore WM_PAINT in msg tests.

18 years agoAdd OBJECT_BASIC_INFORMATION to winternl.h.
Vitaliy Margolen [Wed, 26 Oct 2005 10:11:23 +0000 (10:11 +0000)] 
Add OBJECT_BASIC_INFORMATION to winternl.h.

18 years agoCosmetic changes to NtCreateNamedPipeFile change "oa" to "attr".
Vitaliy Margolen [Wed, 26 Oct 2005 10:11:08 +0000 (10:11 +0000)] 
Cosmetic changes to NtCreateNamedPipeFile change "oa" to  "attr".

18 years agoCreate an internal handle-free api for reading MSI database summary
Mike McCormack [Wed, 26 Oct 2005 10:10:50 +0000 (10:10 +0000)] 
Create an internal handle-free api for reading MSI database summary
information.

18 years agoSwitch back to using IPicture to load images. LoadImage did the
Mike McCormack [Wed, 26 Oct 2005 10:10:34 +0000 (10:10 +0000)] 
Switch back to using IPicture to load images.  LoadImage did the
resizing for us, but doesn't handle jpeg files and requires us writing
a temp file, whereas IPicture handles jpeg files and can load directly
from a stream.

18 years agoAdd a test for GetCurrentObject, make it pass under Wine.
Dmitry Timoshkov [Wed, 26 Oct 2005 10:10:23 +0000 (10:10 +0000)] 
Add a test for GetCurrentObject, make it pass under Wine.

18 years agoMake secur32.dll tests load on nt 4.0.
Ivan Leo Puoti [Wed, 26 Oct 2005 10:09:53 +0000 (10:09 +0000)] 
Make secur32.dll tests load on nt 4.0.

18 years agoImplement SQLInstallDriverManager.
Hans Leidekker [Wed, 26 Oct 2005 10:09:34 +0000 (10:09 +0000)] 
Implement SQLInstallDriverManager.

18 years agoFix IXMLDOMDocument error handling.
Stefan Huehner [Wed, 26 Oct 2005 10:09:22 +0000 (10:09 +0000)] 
Fix IXMLDOMDocument error handling.

18 years agoPrevious fix incorrectly removed all test for strings starting with
Eric Pouech [Wed, 26 Oct 2005 10:09:05 +0000 (10:09 +0000)] 
Previous fix incorrectly removed all test for strings starting with
'?', this is only valid when undname is called with the 'NO_ARGUMENTS'
flags.

18 years agoFix for GetPrinterDriverDirectoryA test.
Stefan Leichter [Wed, 26 Oct 2005 10:08:38 +0000 (10:08 +0000)] 
Fix for GetPrinterDriverDirectoryA test.

18 years agoTest for return value from CreateDirectory("c:").
Vitaliy Margolen [Wed, 26 Oct 2005 10:08:20 +0000 (10:08 +0000)] 
Test for return value from CreateDirectory("c:").

18 years agoMake functions static.
Jacek Caban [Wed, 26 Oct 2005 10:07:58 +0000 (10:07 +0000)] 
Make functions static.

18 years agoWindows XP does not always include the executable file name on the
Jan Nieuwenhuizen [Wed, 26 Oct 2005 10:07:31 +0000 (10:07 +0000)] 
Windows XP does not always include the executable file name on the
command line.

18 years agoNeed an explicit truncate command to shorten the length of a file.
Jan Nieuwenhuizen [Wed, 26 Oct 2005 10:07:05 +0000 (10:07 +0000)] 
Need an explicit truncate command to shorten the length of a file.

18 years agoFix gcc 4 warnings.
Uwe Bonnes [Wed, 26 Oct 2005 10:05:27 +0000 (10:05 +0000)] 
Fix gcc 4 warnings.

18 years agoLink to {G|S}etRelAbs() during runtime as Win9x OSes miss them.
Saulius Krasuckas [Wed, 26 Oct 2005 10:05:07 +0000 (10:05 +0000)] 
Link to {G|S}etRelAbs() during runtime as Win9x OSes miss them.

18 years agoFixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to
Rein Klazes [Wed, 26 Oct 2005 10:04:21 +0000 (10:04 +0000)] 
Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to
find them.

18 years agoStart a new ChangeLog file. Older changes moved to
Alexandre Julliard [Wed, 26 Oct 2005 10:03:09 +0000 (10:03 +0000)] 
Start a new ChangeLog file. Older changes moved to
documentation/ChangeLog.ALPHA.

18 years agoRelease 0.9. wine-0.9
Alexandre Julliard [Tue, 25 Oct 2005 12:04:17 +0000 (12:04 +0000)] 
Release 0.9.

18 years agoUpdated the authors list.
Alexandre Julliard [Mon, 24 Oct 2005 21:47:13 +0000 (21:47 +0000)] 
Updated the authors list.

18 years agoMake Czech font selection dialog usable.
Michal Suchanek [Mon, 24 Oct 2005 21:41:43 +0000 (21:41 +0000)] 
Make Czech font selection dialog usable.

18 years agoMade accept thread safe(r).
Eric Pouech [Mon, 24 Oct 2005 21:41:34 +0000 (21:41 +0000)] 
Made accept thread safe(r).

18 years agoFix bad mouse lag in games that do their own mouse warping.
Vitaliy Margolen [Mon, 24 Oct 2005 15:11:37 +0000 (15:11 +0000)] 
Fix bad mouse lag in games that do their own mouse warping.

18 years agoRename queue_t to jobqueue_t to avoid collision with library symbol
Robert Lunnon [Mon, 24 Oct 2005 15:03:02 +0000 (15:03 +0000)] 
Rename queue_t to jobqueue_t to avoid collision with library symbol
queue_t.

18 years agoAdded header errno.h.
Robert Lunnon [Mon, 24 Oct 2005 15:02:30 +0000 (15:02 +0000)] 
Added header errno.h.

18 years agoRemove SVR4 specific pseudo-ops.
Robert Lunnon [Mon, 24 Oct 2005 15:01:34 +0000 (15:01 +0000)] 
Remove SVR4 specific pseudo-ops.

18 years agoFix winebuild's ppc assembly generation.
Simon Richter [Mon, 24 Oct 2005 15:01:18 +0000 (15:01 +0000)] 
Fix winebuild's ppc assembly generation.

18 years ago_cexit should call the atexit functions.
Alexandre Julliard [Fri, 21 Oct 2005 15:55:20 +0000 (15:55 +0000)] 
_cexit should call the atexit functions.

18 years agoDetect when the notification callback has destroyed the ListView to
Troy Rollo [Fri, 21 Oct 2005 15:49:36 +0000 (15:49 +0000)] 
Detect when the notification callback has destroyed the ListView to
avoid attempts to access data that is no longer valid.

18 years agoSeparators with group style set don't separate toolbar radio groups
Krzysztof Foltman [Fri, 21 Oct 2005 15:45:11 +0000 (15:45 +0000)] 
Separators with group style set don't separate toolbar radio groups
anymore (which broke tool selection in Front Panel Designer).

18 years agoHandle NULL string lparam when translating messages A->W.
Richard Cohen [Fri, 21 Oct 2005 15:43:09 +0000 (15:43 +0000)] 
Handle NULL string lparam when translating messages A->W.

18 years agoFixed a handle leak.
Alexandre Julliard [Thu, 20 Oct 2005 13:21:39 +0000 (13:21 +0000)] 
Fixed a handle leak.

18 years agoAllow file:/// protocol to be used to download the Mozilla ActiveX
Vincent Béron [Thu, 20 Oct 2005 13:20:03 +0000 (13:20 +0000)] 
Allow file:/// protocol to be used to download the Mozilla ActiveX
control.

18 years agoAdded "autodetect" drive type option.
Alexandre Julliard [Thu, 20 Oct 2005 13:16:46 +0000 (13:16 +0000)] 
Added "autodetect" drive type option.

18 years agoFix msvcrt symbol demangling for non MS symbols.
Vijay Kiran Kamuju [Thu, 20 Oct 2005 13:15:11 +0000 (13:15 +0000)] 
Fix msvcrt symbol demangling for non MS symbols.

18 years agoRemove tempfile used to download Mozilla ActiveX control once it's not
Vincent Béron [Thu, 20 Oct 2005 13:14:31 +0000 (13:14 +0000)] 
Remove tempfile used to download Mozilla ActiveX control once it's not
used anymore.

18 years agoEnable the apply button when changing drive type.
Alexandre Julliard [Thu, 20 Oct 2005 11:39:12 +0000 (11:39 +0000)] 
Enable the apply button when changing drive type.

18 years agoAlways set the drive type even if nothing else changed.
Alexandre Julliard [Thu, 20 Oct 2005 11:37:46 +0000 (11:37 +0000)] 
Always set the drive type even if nothing else changed.

18 years agoRestore focus to the current control without selecting text.
Vitaliy Margolen [Thu, 20 Oct 2005 11:36:55 +0000 (11:36 +0000)] 
Restore focus to the current control without selecting text.

18 years agoIn GetDiskFreeSpace:
Rein Klazes [Thu, 20 Oct 2005 11:36:40 +0000 (11:36 +0000)] 
In GetDiskFreeSpace:
- only cap the total size and available size to 2GB in Win3.x thru
  WinME;
- in that case adjust number of clusters to be less then 65536 by
  increasing the cluster size;
- add corresponding tests.

18 years agoMove the peek_msg buffers for SSL connections into the
Aric Stewart [Thu, 20 Oct 2005 11:35:54 +0000 (11:35 +0000)] 
Move the peek_msg buffers for SSL connections into the
WININET_CONNECTION structure to prevent 2 threads from clobbering each
other's buffers.

18 years agoProxies and stubs for GetTypeInfoCont, GetLibAttr and ReleaseLibAttr.
Huw Davies [Thu, 20 Oct 2005 11:35:30 +0000 (11:35 +0000)] 
Proxies and stubs for GetTypeInfoCont, GetLibAttr and ReleaseLibAttr.

18 years ago- Bugfix in EM_GETTEXTEX
Krzysztof Foltman [Wed, 19 Oct 2005 19:22:11 +0000 (19:22 +0000)] 
- Bugfix in EM_GETTEXTEX
- Additional traces helpful in diagnosing similar (text
  retrieval-related) bugs.

18 years agoUse correct notification for drive selection change.
Vitaliy Margolen [Wed, 19 Oct 2005 19:21:48 +0000 (19:21 +0000)] 
Use correct notification for drive selection change.

18 years agoChange secondary buffer variable name to secondary.
Robert Reif [Wed, 19 Oct 2005 19:21:38 +0000 (19:21 +0000)] 
Change secondary buffer variable name to secondary.
Fix AddRef and Release to use proper class.