wine
18 years agoPass object attributes to create_named_object & find_object.
Vitaliy Margolen [Sat, 29 Oct 2005 12:38:23 +0000 (12:38 +0000)] 
Pass object attributes to create_named_object & find_object.

18 years agoImplemented local/global atom creation, deletion & lookup on top of
Eric Pouech [Sat, 29 Oct 2005 12:37:42 +0000 (12:37 +0000)] 
Implemented local/global atom creation, deletion & lookup on top of
ntdll.

18 years agoExport functions by ordinal, cryptnet.dll at least depends on it.
Juan Lang [Sat, 29 Oct 2005 12:37:22 +0000 (12:37 +0000)] 
Export functions by ordinal, cryptnet.dll at least depends on it.

18 years agoDon't change the UI level during ExecuteAction.
Mike McCormack [Sat, 29 Oct 2005 11:40:03 +0000 (11:40 +0000)] 
Don't change the UI level during ExecuteAction.

18 years agoImplement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
Mike McCormack [Sat, 29 Oct 2005 11:36:57 +0000 (11:36 +0000)] 
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
versions.

18 years agoRemove the unused 1st parameter of ACTION_VerifyComponentForAction.
Mike McCormack [Sat, 29 Oct 2005 11:36:48 +0000 (11:36 +0000)] 
Remove the unused 1st parameter of ACTION_VerifyComponentForAction.

18 years agoExplicitly check for MSICONDITION_TRUE being returned from
Mike McCormack [Sat, 29 Oct 2005 11:29:31 +0000 (11:29 +0000)] 
Explicitly check for MSICONDITION_TRUE being returned from
MsiEvaluateCondition.

18 years agoSome installers don't call the CreateFolders action before the
Mike McCormack [Sat, 29 Oct 2005 11:29:17 +0000 (11:29 +0000)] 
Some installers don't call the CreateFolders action before the
InstallFiles action as MSDN specifies, but it still seems to work, so
make sure that we create component directories in the InstallFiles
action anyway.

18 years agoUnify HEADER_GetItem[A/W] into one function.
Vitaliy Margolen [Sat, 29 Oct 2005 11:08:20 +0000 (11:08 +0000)] 
Unify HEADER_GetItem[A/W] into one function.

18 years agoAdd a bunch of tests for MsiEvaluateCondition and make them pass.
Mike McCormack [Sat, 29 Oct 2005 11:08:05 +0000 (11:08 +0000)] 
Add a bunch of tests for MsiEvaluateCondition and make them pass.

18 years agoMake enter and escape trigger the default and cancel buttons in
Mike McCormack [Sat, 29 Oct 2005 11:07:46 +0000 (11:07 +0000)] 
Make enter and escape trigger the default and cancel buttons in
dialogs.

18 years agoDeleted two buggy functions that incorrectly and inefficiently check
Mike McCormack [Sat, 29 Oct 2005 11:07:29 +0000 (11:07 +0000)] 
Deleted two buggy functions that incorrectly and inefficiently check
whether a row already exists in a table, and replaced them with a call
to an existing working function that does the same thing correctly.

18 years agoRemove an incorrect comment and check for 0 being an invalid file
Mike McCormack [Sat, 29 Oct 2005 11:07:11 +0000 (11:07 +0000)] 
Remove an incorrect comment and check for 0 being an invalid file
handle.

18 years agoExtract file directly to their target location, bypassing the need to
Mike McCormack [Sat, 29 Oct 2005 10:31:06 +0000 (10:31 +0000)] 
Extract file directly to their target location, bypassing the need to
use temporary files and move files.

18 years ago- Read DLL name from modules in MSFT typelibs.
Robert Shearman [Sat, 29 Oct 2005 10:30:57 +0000 (10:30 +0000)] 
- Read DLL name from modules in MSFT typelibs.
- A name offset of -1 for a parameter means that it has the same name
  as the function.
- Print an error if a ReadName is attempted with an offset of -1,
  since this will read garbage.
- Implement ITypeInfo_GetDllEntry.

18 years agoMove the softwareVertexProcessing flag from the stateblock to the
Oliver Stieber [Sat, 29 Oct 2005 10:30:36 +0000 (10:30 +0000)] 
Move the softwareVertexProcessing flag from the stateblock to the
device because its state shouldn't be recorded in a stateblock.

18 years agoPrint an error if a DC is created with a bad device.
Robert Shearman [Sat, 29 Oct 2005 10:29:56 +0000 (10:29 +0000)] 
Print an error if a DC is created with a bad device.

18 years agoSet list view's text directly - don't use fill_drives_list for that.
Vitaliy Margolen [Sat, 29 Oct 2005 10:29:47 +0000 (10:29 +0000)] 
Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.

18 years agoEnable line editing for _cgets.
Kevin Koltzau [Sat, 29 Oct 2005 10:29:24 +0000 (10:29 +0000)] 
Enable line editing for _cgets.

18 years agoDelete some temp files created by the ole32 tests.
Ivan Leo Puoti [Sat, 29 Oct 2005 10:29:18 +0000 (10:29 +0000)] 
Delete some temp files created by the ole32 tests.

18 years agoPassing NULL as the last two parameters to ReadFile is illegal and
Thomas Weidenmueller [Sat, 29 Oct 2005 10:29:08 +0000 (10:29 +0000)] 
Passing NULL as the last two parameters to ReadFile is illegal and
actually causes a crash on windows. The attached patch fixes this.

18 years agoReport BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
Jacek Caban [Sat, 29 Oct 2005 10:28:47 +0000 (10:28 +0000)] 
Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.

18 years agoAdd an implementation for MsiGetShortcutTargetA/W.
Mike McCormack [Sat, 29 Oct 2005 10:28:30 +0000 (10:28 +0000)] 
Add an implementation for MsiGetShortcutTargetA/W.

18 years agoAdded an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
Alexandre Julliard [Fri, 28 Oct 2005 16:45:24 +0000 (16:45 +0000)] 
Added an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
attempts to unmount the Unix device.

18 years agoFix NtQueryDirectoryObject prototype, documentation, and the
Ivan Leo Puoti [Fri, 28 Oct 2005 16:42:11 +0000 (16:42 +0000)] 
Fix NtQueryDirectoryObject prototype, documentation, and the
definition of the structure it uses.

18 years agoxform can be NULL when setting the identity.
Huw Davies [Fri, 28 Oct 2005 16:41:25 +0000 (16:41 +0000)] 
xform can be NULL when setting the identity.

18 years agoFix a memory leak.
Mike McCormack [Fri, 28 Oct 2005 16:41:02 +0000 (16:41 +0000)] 
Fix a memory leak.

18 years agoHandle MSI advertised shortcuts in the shelllink object.
Mike McCormack [Fri, 28 Oct 2005 16:40:51 +0000 (16:40 +0000)] 
Handle MSI advertised shortcuts in the shelllink object.

18 years agoUpdate the German resource file.
Henning Gerhardt [Fri, 28 Oct 2005 16:40:36 +0000 (16:40 +0000)] 
Update the German resource file.

18 years agoPut the UI update code for cabinet file into a separate function.
Mike McCormack [Fri, 28 Oct 2005 10:43:50 +0000 (10:43 +0000)] 
Put the UI update code for cabinet file into a separate function.

18 years agoCorrect the way that VerFindFileA checks for a file that is
Oliver Stieber [Fri, 28 Oct 2005 10:42:09 +0000 (10:42 +0000)] 
Correct the way that VerFindFileA checks for a file that is
exclusively locked.

18 years agoTest CreateThread() for reception of NULL pointer to TID.
Saulius Krasuckas [Fri, 28 Oct 2005 10:41:57 +0000 (10:41 +0000)] 
Test CreateThread() for reception of NULL pointer to TID.

18 years agoDon't pass CreateThread() with a NULL pointer to TID as Win9x does not
Saulius Krasuckas [Fri, 28 Oct 2005 10:41:48 +0000 (10:41 +0000)] 
Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
create a thread then.

18 years agoReturn an error in MsiGetComponentPathW if passed a null component.
Mike McCormack [Fri, 28 Oct 2005 10:41:20 +0000 (10:41 +0000)] 
Return an error in MsiGetComponentPathW if passed a null component.

18 years agoFix error handling in MsiEvaluateCondition.
Mike McCormack [Fri, 28 Oct 2005 10:41:05 +0000 (10:41 +0000)] 
Fix error handling in MsiEvaluateCondition.

18 years agoTranslate INVALID_HANDLE_VALUE to zero for cabinet handles.
Mike McCormack [Fri, 28 Oct 2005 10:40:54 +0000 (10:40 +0000)] 
Translate INVALID_HANDLE_VALUE to zero for cabinet handles.

18 years agoDon't send a CTRL_C_EVENT signal to console if we are on Win9x and
Saulius Krasuckas [Fri, 28 Oct 2005 10:40:42 +0000 (10:40 +0000)] 
Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
console signal handler is set to NULL.

18 years agoUnify HEADER_InsertItem[A/W] into one function.
Vitaliy Margolen [Fri, 28 Oct 2005 10:40:27 +0000 (10:40 +0000)] 
Unify HEADER_InsertItem[A/W] into one function.

18 years agoFix a memory leak in the cabinet extracting code.
Mike McCormack [Fri, 28 Oct 2005 10:09:59 +0000 (10:09 +0000)] 
Fix a memory leak in the cabinet extracting code.

18 years agoUse CryptMem functions for internal memory allocation.
Juan Lang [Fri, 28 Oct 2005 10:09:26 +0000 (10:09 +0000)] 
Use CryptMem functions for internal memory allocation.

18 years agoAdded German resources for regedit's find dialog.
Michael Jung [Fri, 28 Oct 2005 10:08:51 +0000 (10:08 +0000)] 
Added German resources for regedit's find dialog.

18 years agoCorrect parameter names for InternetSetFilePointer.
James Hawkins [Fri, 28 Oct 2005 10:08:44 +0000 (10:08 +0000)] 
Correct parameter names for InternetSetFilePointer.

18 years agoHandle VT_DECIMAL in VarCmp().
Michael Stefaniuc [Fri, 28 Oct 2005 10:08:31 +0000 (10:08 +0000)] 
Handle VT_DECIMAL in VarCmp().

18 years agoUse the correct buffer - reported by Jesse Allen.
Mike McCormack [Fri, 28 Oct 2005 09:40:16 +0000 (09:40 +0000)] 
Use the correct buffer - reported by Jesse Allen.

18 years agoAdd a test for GetThreadExitCode.
Saulius Krasuckas [Fri, 28 Oct 2005 09:40:09 +0000 (09:40 +0000)] 
Add a test for GetThreadExitCode.
Use GetModuleHandleA as kernel32 should be present on every system.

18 years agoImplement IContextMenu::QueryContextMenu and
Mike McCormack [Fri, 28 Oct 2005 09:39:50 +0000 (09:39 +0000)] 
Implement IContextMenu::QueryContextMenu and
IContextMenu::InvokeCommand.

18 years agoFix MsiGetPropertyA/W spec declarations.
Mike McCormack [Fri, 28 Oct 2005 09:39:35 +0000 (09:39 +0000)] 
Fix MsiGetPropertyA/W spec declarations.

18 years agoCreate component folders in the CreateFolders action.
Mike McCormack [Fri, 28 Oct 2005 09:39:29 +0000 (09:39 +0000)] 
Create component folders in the CreateFolders action.

18 years agoDefine OS environment variable on WinNT versions.
Vitaliy Margolen [Fri, 28 Oct 2005 09:38:11 +0000 (09:38 +0000)] 
Define OS environment variable on WinNT versions.

18 years ago- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
Vitaliy Margolen [Thu, 27 Oct 2005 18:30:37 +0000 (18:30 +0000)] 
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
  inherit flag.
- Pass DesiredAccess to the server when creating mailslot.

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.