wine
21 years agoGet rid of the X11DRV_DC_Funcs hack.
Alexandre Julliard [Thu, 4 Mar 2004 06:13:21 +0000 (06:13 +0000)] 
Get rid of the X11DRV_DC_Funcs hack.
Removed a couple of unused bitmap functions.

21 years agoImplemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
Christian Costa [Thu, 4 Mar 2004 06:07:30 +0000 (06:07 +0000)] 
Implemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
Renamed constructor of IEnumRegFilters interface.
Small fix in IFilterMapper_EnumMatchingFilters.

21 years agoAdded ImmAssociateContextEx stub.
Jesse Allen [Thu, 4 Mar 2004 06:06:44 +0000 (06:06 +0000)] 
Added ImmAssociateContextEx stub.

21 years agoPreserve the relative order of files and libraries. We do so by
Dimitrie O. Paun [Thu, 4 Mar 2004 06:06:06 +0000 (06:06 +0000)] 
Preserve the relative order of files and libraries. We do so by
maintaining a unique list of files and lib, each marked with the
appropriate metadata.

21 years agoPass the gdiFont object to the SelectFont driver entry point so that
Alexandre Julliard [Thu, 4 Mar 2004 04:05:04 +0000 (04:05 +0000)] 
Pass the gdiFont object to the SelectFont driver entry point so that
we don't need to look into the DC structure for it.

21 years agoAvoid direct accesses to the xformWorld2Vport DC field.
Alexandre Julliard [Thu, 4 Mar 2004 03:55:52 +0000 (03:55 +0000)] 
Avoid direct accesses to the xformWorld2Vport DC field.

21 years agoPass the breakExtra value in the ExtTextOut driver call, since there
Alexandre Julliard [Thu, 4 Mar 2004 01:42:57 +0000 (01:42 +0000)] 
Pass the breakExtra value in the ExtTextOut driver call, since there
is no function to retrieve it from the HDC.

21 years agoMove implementation of SysParametersInfo from Ascii to Unicode.
Justin Chevrier [Thu, 4 Mar 2004 01:41:11 +0000 (01:41 +0000)] 
Move implementation of SysParametersInfo from Ascii to Unicode.

21 years agoAvoid some redundant libraries on the winegcc command line.
Alexandre Julliard [Wed, 3 Mar 2004 22:39:22 +0000 (22:39 +0000)] 
Avoid some redundant libraries on the winegcc command line.

21 years agoPut the .spec.o file first and the so libraries last on the link
Alexandre Julliard [Wed, 3 Mar 2004 22:38:25 +0000 (22:38 +0000)] 
Put the .spec.o file first and the so libraries last on the link
command line.

21 years agoSmarter allocation algorithm for the string buffer, to allow
Alexandre Julliard [Wed, 3 Mar 2004 21:34:13 +0000 (21:34 +0000)] 
Smarter allocation algorithm for the string buffer, to allow
displaying more characters for strings without too many escapes.

21 years agoChanged the GetTextExtentPoint graphics driver entry point to return
Alexandre Julliard [Wed, 3 Mar 2004 21:32:15 +0000 (21:32 +0000)] 
Changed the GetTextExtentPoint graphics driver entry point to return
device coordinates.
Removed not used breakCount field in the DC structure.

21 years agoRenamed the symbol for the cpp binary to avoid conflicts with
Alexandre Julliard [Wed, 3 Mar 2004 20:30:46 +0000 (20:30 +0000)] 
Renamed the symbol for the cpp binary to avoid conflicts with
configure internals.

21 years agoFix UrlCanonicalize and add regression test.
Kevin Koltzau [Wed, 3 Mar 2004 20:11:46 +0000 (20:11 +0000)] 
Fix UrlCanonicalize and add regression test.

21 years agoDon't tie the script name to the .exe.so name.
Dimitrie O. Paun [Wed, 3 Mar 2004 20:11:20 +0000 (20:11 +0000)] 
Don't tie the script name to the .exe.so name.

21 years agoLink to ws2_32.
Hans Leidekker [Wed, 3 Mar 2004 20:11:00 +0000 (20:11 +0000)] 
Link to ws2_32.

21 years agoImplemented Get/SetBoundsRect based on a patch by Ken Belleau.
Alexandre Julliard [Wed, 3 Mar 2004 05:29:44 +0000 (05:29 +0000)] 
Implemented Get/SetBoundsRect based on a patch by Ken Belleau.

21 years agoPrevent crash with invalid args in a few URL functions.
Kevin Koltzau [Wed, 3 Mar 2004 05:26:45 +0000 (05:26 +0000)] 
Prevent crash with invalid args in a few URL functions.

21 years agoFix buffer length usage for RegQueryValueW() calls at various places.
Martin Fuchs [Wed, 3 Mar 2004 05:26:30 +0000 (05:26 +0000)] 
Fix buffer length usage for RegQueryValueW() calls at various places.

21 years ago- Support custom check background.
Robert Shearman [Wed, 3 Mar 2004 05:26:01 +0000 (05:26 +0000)] 
- Support custom check background.
- Reduce number of parameters needed for DrawString function.

21 years ago- Add more RPC format characters.
Robert Shearman [Wed, 3 Mar 2004 05:25:37 +0000 (05:25 +0000)] 
- Add more RPC format characters.
- Add some NDR functions and structures.

21 years agoAdd CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
Francois Gouget [Wed, 3 Mar 2004 02:19:20 +0000 (02:19 +0000)] 
Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
user.
Remove T_INIT and get_default_init(). These are obsolete (used to
select the entry-point, WinMain or main).
If the directory contains headers, then add '.' to INCLUDE_PATH.
Specify -mnocygwin during the link stage if we are to link with the
msvcrt.
Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
Correctly pass '-mconsole' or '-mwindows' to the link stage.
Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
obsolete.
Add implicit build rules for .c, .cpp, .cxx files so that our settings
(e.g. INCLUDE_PATH) are used.
Fix the rule for building RC files (it was invalid and rejected by
make). Convert it to an implicit rule like the others.
Add rules for 'make clean'.
Add the missing rules for recursive compilation.
Remove obsolete elements from the link command (LDDLLFLAGS,
ALL_LIBRARY_PATH, LIBS).

21 years agoAdded evcode.h include.
Christian Costa [Wed, 3 Mar 2004 02:18:32 +0000 (02:18 +0000)] 
Added evcode.h include.

21 years agoHandle null and duplicate name when adding a filter to the
Christian Costa [Wed, 3 Mar 2004 02:18:13 +0000 (02:18 +0000)] 
Handle null and duplicate name when adding a filter to the
filtergraph.

21 years agoImplemented GetDaylightFlag.
Rein Klazes [Wed, 3 Mar 2004 02:17:58 +0000 (02:17 +0000)] 
Implemented GetDaylightFlag.

21 years agoWe no longer use the .exe.spec.c files.
Alexandre Julliard [Tue, 2 Mar 2004 21:16:37 +0000 (21:16 +0000)] 
We no longer use the .exe.spec.c files.

21 years agoBuild all the programs with winegcc.
Alexandre Julliard [Tue, 2 Mar 2004 21:00:00 +0000 (21:00 +0000)] 
Build all the programs with winegcc.

21 years agoMake sure text isn't cut off by the close button.
Ivan Leo Murray-Smith [Tue, 2 Mar 2004 20:56:35 +0000 (20:56 +0000)] 
Make sure text isn't cut off by the close button.

21 years agoAssorted spelling and case fixes.
Francois Gouget [Tue, 2 Mar 2004 20:55:57 +0000 (20:55 +0000)] 
Assorted spelling and case fixes.

21 years agoEnable resizing if WS_THICKFRAME is set.
Huw Davies [Tue, 2 Mar 2004 20:54:41 +0000 (20:54 +0000)] 
Enable resizing if WS_THICKFRAME is set.

21 years ago- sync up with latest OpenGL specifications
Lionel Ulmer [Tue, 2 Mar 2004 20:54:17 +0000 (20:54 +0000)] 
- sync up with latest OpenGL specifications
- some fixes in make_opengl to support the new types

21 years agoAdded protocol type constants.
Hans Leidekker [Tue, 2 Mar 2004 20:53:31 +0000 (20:53 +0000)] 
Added protocol type constants.

21 years agoFixed typo in test arguments.
Dan Kegel [Tue, 2 Mar 2004 20:53:05 +0000 (20:53 +0000)] 
Fixed typo in test arguments.

21 years agoBuild the tests with winegcc.
Alexandre Julliard [Tue, 2 Mar 2004 06:58:21 +0000 (06:58 +0000)] 
Build the tests with winegcc.

21 years agoAdd support for passing options to winebuild via -Wb.
Dimitrie O. Paun [Tue, 2 Mar 2004 06:53:16 +0000 (06:53 +0000)] 
Add support for passing options to winebuild via -Wb.
Generate only the loader script when given just the .exe.so.
Add function to delete element from a strarray.

21 years agoWe need to use AC_CHECK_TOOL to check for cpp in order to support
Alexandre Julliard [Tue, 2 Mar 2004 06:48:48 +0000 (06:48 +0000)] 
We need to use AC_CHECK_TOOL to check for cpp in order to support
cross-compilation properly.

21 years agoAdded dxerr8.h and dxerr9.h header files.
Robert Reif [Tue, 2 Mar 2004 06:44:26 +0000 (06:44 +0000)] 
Added dxerr8.h and dxerr9.h header files.

21 years agoAdded stub for RasGetEntryPropertiesA.
Christian Costa [Tue, 2 Mar 2004 06:44:03 +0000 (06:44 +0000)] 
Added stub for RasGetEntryPropertiesA.

21 years agoRemoved obsolete definitions from generated makefiles.
Alexandre Julliard [Tue, 2 Mar 2004 05:00:52 +0000 (05:00 +0000)] 
Removed obsolete definitions from generated makefiles.

21 years agoRemoved obsolete --dll option from loader script.
Alexandre Julliard [Tue, 2 Mar 2004 05:00:17 +0000 (05:00 +0000)] 
Removed obsolete --dll option from loader script.
Added support for WINEBUILD environment variable.
Don't generate the loader script if the output file name ends in
.exe.so.
Fixed handling of -L option.
Static libraries have to be linked in after object files.

21 years agoAdded a secur32.dll that loads other SSP DLLs and forwards calls to
Juan Lang [Tue, 2 Mar 2004 04:57:35 +0000 (04:57 +0000)] 
Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.

21 years agoAdjust all dimensions to match native.
Vitaliy Margolen [Tue, 2 Mar 2004 04:52:35 +0000 (04:52 +0000)] 
Adjust all dimensions to match native.
Invalidate whole tab area when multi-line.
In vertical tab placement go from top to bottom.
Fix annoying visual artifacts.

21 years agoInstrument winegcc to use the compilers and options detected at
Dimitrie O. Paun [Tue, 2 Mar 2004 02:23:26 +0000 (02:23 +0000)] 
Instrument winegcc to use the compilers and options detected at
configure time. Add support for parsing/formatting a string array
from/to a char string. Add option to disable short wchar support in
winegcc.

21 years agoRemoved useless #ifdef SIZEOF_LONG_LONG.
Alexandre Julliard [Tue, 2 Mar 2004 01:31:58 +0000 (01:31 +0000)] 
Removed useless #ifdef SIZEOF_LONG_LONG.

21 years ago- Add a lot of traces to make debugging a bit easier.
Dmitry Timoshkov [Mon, 1 Mar 2004 23:38:25 +0000 (23:38 +0000)] 
- Add a lot of traces to make debugging a bit easier.
- Add support for MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOAUTOSIZEWINDOW
  and MCIWNDF_NOERRORDLG flags in the MCIWndClass implementation.
- Implement support for MCI_UPDATE in the MCIAVI driver and use it in
  the MCIWndClass WM_PAINT handler.
- Reimplement MCI_STOP command in the MCIAVI driver via an event.
- Add a test preventing the MCIAVI driver to crash after MCI_SEEK
  behind an end of stream.

21 years ago- The virtual netbios device driver is properly named vnbt.vxd, not
Juan Lang [Mon, 1 Mar 2004 23:35:25 +0000 (23:35 +0000)] 
- The virtual netbios device driver is properly named vnbt.vxd, not
  vnb.vxd.
- Make it not depend on UNIX includes.

21 years agoExport LC_ALL before calling sed.
Hans Leidekker [Mon, 1 Mar 2004 23:32:35 +0000 (23:32 +0000)] 
Export LC_ALL before calling sed.

21 years agoImplemented IFilterMapper and IEnumRegFilters interfaces.
Christian Costa [Mon, 1 Mar 2004 23:32:04 +0000 (23:32 +0000)] 
Implemented IFilterMapper and IEnumRegFilters interfaces.
Fixed IFilterMapper2_EnumMatchingFilters.

21 years agoConnect to winehq.org by its name rather than by its IP addr.
Juan Lang [Mon, 1 Mar 2004 23:28:02 +0000 (23:28 +0000)] 
Connect to winehq.org by its name rather than by its IP addr.

21 years ago- key accelerators for "New Game" and exit
Oleg Prokhorov [Mon, 1 Mar 2004 23:13:30 +0000 (23:13 +0000)] 
- key accelerators for "New Game" and exit
- auto flag after successful game those entries which were not flagged
  by player during the game himself

21 years agoDefine MKSYS_URLMONIKER.
Kevin Koltzau [Mon, 1 Mar 2004 23:12:47 +0000 (23:12 +0000)] 
Define MKSYS_URLMONIKER.

21 years agoAdd a missing '\\'.
Huw Davies [Mon, 1 Mar 2004 23:11:53 +0000 (23:11 +0000)] 
Add a missing '\\'.

21 years agoSubmit results to WineHQ.
Dimitrie O. Paun [Mon, 1 Mar 2004 23:11:08 +0000 (23:11 +0000)] 
Submit results to WineHQ.

21 years agoHandle the firstVisible item being NULL in
Steve Lustbader [Mon, 1 Mar 2004 23:10:52 +0000 (23:10 +0000)] 
Handle the firstVisible item being NULL in
TREEVIEW_UpdateScrollBars().

21 years agoAdded sspi.h.
Juan Lang [Mon, 1 Mar 2004 23:10:33 +0000 (23:10 +0000)] 
Added sspi.h.

21 years agoPortability fixes for LSB compatibility.
Alexandre Julliard [Mon, 1 Mar 2004 21:32:02 +0000 (21:32 +0000)] 
Portability fixes for LSB compatibility.

21 years agoImplement NetpNetbiosStatusToApiStatus.
Juan Lang [Mon, 1 Mar 2004 21:23:51 +0000 (21:23 +0000)] 
Implement NetpNetbiosStatusToApiStatus.

21 years agoIn TIME_GetBias make sure there is a cached value for daylight as
Rein Klazes [Mon, 1 Mar 2004 21:23:18 +0000 (21:23 +0000)] 
In TIME_GetBias make sure there is a cached value for daylight as
well.

21 years agoCorrect return type of SysStringLen() and SysStringByteLen().
Martin Fuchs [Mon, 1 Mar 2004 21:22:59 +0000 (21:22 +0000)] 
Correct return type of SysStringLen() and SysStringByteLen().

21 years agoSet error code ERROR_DDE_FAIL if the DDE connection failed in
Martin Fuchs [Mon, 1 Mar 2004 21:22:25 +0000 (21:22 +0000)] 
Set error code ERROR_DDE_FAIL if the DDE connection failed in
ShellExecute().

21 years agoMake rsabase.dll self-register.
Juan Lang [Mon, 1 Mar 2004 21:20:33 +0000 (21:20 +0000)] 
Make rsabase.dll self-register.

21 years ago- correct some prototypes, add some defines
Juan Lang [Mon, 1 Mar 2004 21:19:37 +0000 (21:19 +0000)] 
- correct some prototypes, add some defines
- stub a couple more functions

21 years agoDeclare a few more Net apis and constants.
Juan Lang [Mon, 1 Mar 2004 21:18:49 +0000 (21:18 +0000)] 
Declare a few more Net apis and constants.

21 years agoRemove the $(datadir)/wine directory on uninstall.
Alexandre Julliard [Sat, 28 Feb 2004 01:51:18 +0000 (01:51 +0000)] 
Remove the $(datadir)/wine directory on uninstall.

21 years agoNo longer needed.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:27 +0000 (01:50 +0000)] 
No longer needed.

21 years agoMoved generic.ppd to dlls/wineps, and install it in datadir.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:15 +0000 (01:50 +0000)] 
Moved generic.ppd to dlls/wineps, and install it in datadir.

21 years agoMore stubs and better headers for mswsock.dll.
Patrik Stridvall [Sat, 28 Feb 2004 01:49:37 +0000 (01:49 +0000)] 
More stubs and better headers for mswsock.dll.

21 years agoAdd SHMenuIndexFromID and SHCoCreateInstanceAC.
Dmitry Timoshkov [Sat, 28 Feb 2004 01:46:56 +0000 (01:46 +0000)] 
Add SHMenuIndexFromID and SHCoCreateInstanceAC.

21 years agoUse the new .inf script instead of winedefault.reg.
Alexandre Julliard [Fri, 27 Feb 2004 23:34:18 +0000 (23:34 +0000)] 
Use the new .inf script instead of winedefault.reg.
Removed some obsolete code.

21 years agoAdded wine.inf setupapi script to setup the initial Wine registry
Alexandre Julliard [Fri, 27 Feb 2004 22:04:55 +0000 (22:04 +0000)] 
Added wine.inf setupapi script to setup the initial Wine registry
(based on the work of Chris Morgan and Brian Vincent).

21 years agoMoved msrle32 to the top-level dlls directory.
Alexandre Julliard [Fri, 27 Feb 2004 21:51:12 +0000 (21:51 +0000)] 
Moved msrle32 to the top-level dlls directory.

21 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 27 Feb 2004 21:32:54 +0000 (21:32 +0000)] 
Fixed some issues found by winapi_check.

21 years agoFixed icon leak.
Ove Kaaven [Fri, 27 Feb 2004 21:30:16 +0000 (21:30 +0000)] 
Fixed icon leak.

21 years agoCleanup prepare/unprepare header parameter checking.
Robert Reif [Fri, 27 Feb 2004 21:29:32 +0000 (21:29 +0000)] 
Cleanup prepare/unprepare header parameter checking.
Fix midiInGetDevCapsW.

21 years agoAdded missing #define for DS_INCOMPLETE.
Robert Reif [Fri, 27 Feb 2004 21:29:10 +0000 (21:29 +0000)] 
Added missing #define for DS_INCOMPLETE.

21 years agoAPI files update.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:45 +0000 (21:28 +0000)] 
API files update.

21 years agoAdded proper headers for the *ActCtx* functions.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:34 +0000 (21:28 +0000)] 
Added proper headers for the *ActCtx* functions.

21 years agoAdded macro DEFAULT_UNREACHABLE.
Patrik Stridvall [Fri, 27 Feb 2004 21:25:12 +0000 (21:25 +0000)] 
Added macro DEFAULT_UNREACHABLE.

21 years agoFix a typo in a comment.
Dmitry Timoshkov [Fri, 27 Feb 2004 21:24:47 +0000 (21:24 +0000)] 
Fix a typo in a comment.

21 years agoGenerate a simple Makefile that uses winegcc to compile.
Dimitrie O. Paun [Fri, 27 Feb 2004 21:24:20 +0000 (21:24 +0000)] 
Generate a simple Makefile that uses winegcc to compile.
No longer generate a configure script, that's project policy.

21 years agoSync some of the dll registrations with the contents of
Alexandre Julliard [Fri, 27 Feb 2004 06:08:32 +0000 (06:08 +0000)] 
Sync some of the dll registrations with the contents of
winedefault.reg.

21 years agoSPINST_UNREGSVR must use the UnregisterDlls section, not the
Alexandre Julliard [Fri, 27 Feb 2004 06:06:38 +0000 (06:06 +0000)] 
SPINST_UNREGSVR must use the UnregisterDlls section, not the
RegisterDlls one.

21 years agoImplemented InstallHinfSection (based on a patch by Chris Morgan).
Alexandre Julliard [Fri, 27 Feb 2004 04:43:32 +0000 (04:43 +0000)] 
Implemented InstallHinfSection (based on a patch by Chris Morgan).

21 years ago- Remove duplicate free.
Robert Shearman [Fri, 27 Feb 2004 04:41:06 +0000 (04:41 +0000)] 
- Remove duplicate free.
- Remove debug message that dumps invalid string.

21 years agoUpdate common control function documentation.
Robert Shearman [Fri, 27 Feb 2004 04:40:08 +0000 (04:40 +0000)] 
Update common control function documentation.

21 years agoUpdate documentation for Rtl functions.
Robert Shearman [Fri, 27 Feb 2004 04:35:43 +0000 (04:35 +0000)] 
Update documentation for Rtl functions.

21 years agoImplement GetThemeTextMetrics.
Kevin Koltzau [Fri, 27 Feb 2004 04:34:00 +0000 (04:34 +0000)] 
Implement GetThemeTextMetrics.

21 years ago- Fix a bad use of HeapRealloc.
Robert Shearman [Fri, 27 Feb 2004 04:33:41 +0000 (04:33 +0000)] 
- Fix a bad use of HeapRealloc.
- Fix error return codes.
- Improve traces.

21 years agoREBAR_Layout should respect the minimum size of bands even when
Matt Chapman [Fri, 27 Feb 2004 04:32:54 +0000 (04:32 +0000)] 
REBAR_Layout should respect the minimum size of bands even when
RBBS_FIXEDSIZE is not set.

21 years agoUse some heuristics to decide what type of MCIWNDM_OPEN message to
Dmitry Timoshkov [Fri, 27 Feb 2004 04:32:16 +0000 (04:32 +0000)] 
Use some heuristics to decide what type of MCIWNDM_OPEN message to
use.

21 years agoAdded support for the RegisterDlls section (partly based on a patch by
Alexandre Julliard [Fri, 27 Feb 2004 00:47:10 +0000 (00:47 +0000)] 
Added support for the RegisterDlls section (partly based on a patch by
Chris Morgan).

21 years agoCache the result of TIME_GetBias for up to 1 second.
Huw Davies [Fri, 27 Feb 2004 00:43:20 +0000 (00:43 +0000)] 
Cache the result of TIME_GetBias for up to 1 second.

21 years agoREBAR_ShowBand needs to force layout of the rebar after a band is
Matt Chapman [Fri, 27 Feb 2004 00:43:04 +0000 (00:43 +0000)] 
REBAR_ShowBand needs to force layout of the rebar after a band is
hidden/unhidden.

21 years agoConvert MCIAVI window support to unicode.
Dmitry Timoshkov [Fri, 27 Feb 2004 00:42:44 +0000 (00:42 +0000)] 
Convert MCIAVI window support to unicode.
Allow multiple simultaneous MCIAVI driver instances.

21 years agoRemove the no longer used winewrap utility.
Dimitrie O. Paun [Fri, 27 Feb 2004 00:42:26 +0000 (00:42 +0000)] 
Remove the no longer used winewrap utility.

21 years agoRemove the win32 debug channel, misc cleanup of debugging code.
Dimitrie O. Paun [Thu, 26 Feb 2004 05:30:54 +0000 (05:30 +0000)] 
Remove the win32 debug channel, misc cleanup of debugging code.

21 years agoDocument building tests with MinGW.
Hans Leidekker [Thu, 26 Feb 2004 05:30:15 +0000 (05:30 +0000)] 
Document building tests with MinGW.

21 years agoUse time rather than win32 debug channel for kernel time functions.
Mike Hearn [Thu, 26 Feb 2004 05:29:55 +0000 (05:29 +0000)] 
Use time rather than win32 debug channel for kernel time functions.

21 years agoAdd a comment to explain the LockWindowUpdate situation.
Mike Hearn [Thu, 26 Feb 2004 05:29:26 +0000 (05:29 +0000)] 
Add a comment to explain the LockWindowUpdate situation.

21 years agoAdd A/W mapping for MCI_DGV_WINDOW_PARMS.
Dmitry Timoshkov [Thu, 26 Feb 2004 05:28:49 +0000 (05:28 +0000)] 
Add A/W mapping for MCI_DGV_WINDOW_PARMS.