wine
16 years agogdiplus: Implement GdipGetPathGradientBlend with basic tests.
Nikolay Sivov [Mon, 21 Jul 2008 19:30:50 +0000 (23:30 +0400)] 
gdiplus: Implement GdipGetPathGradientBlend with basic tests.

16 years agogdiplus: implemeted GdipGetPathGradientBlendCount with test.
Nikolay Sivov [Mon, 21 Jul 2008 19:30:39 +0000 (23:30 +0400)] 
gdiplus: implemeted GdipGetPathGradientBlendCount with test.

16 years agoshell32: Use wide functions when creating control panel.
Owen Rudge [Mon, 21 Jul 2008 18:22:54 +0000 (19:22 +0100)] 
shell32: Use wide functions when creating control panel.

16 years agoshell32: Remove "no control panels" found message.
Owen Rudge [Mon, 21 Jul 2008 18:22:32 +0000 (19:22 +0100)] 
shell32: Remove "no control panels" found message.

16 years agoddraw: Improve IDirect3DDevice7_Load implementation.
Alexander Dorofeyev [Sun, 20 Jul 2008 20:28:44 +0000 (23:28 +0300)] 
ddraw: Improve IDirect3DDevice7_Load implementation.

Copies palette and colorkey earlier in the helper function, before
copying image, also skips UpdateSurface when palette is missing. This
prevents unnecessary surface (re)loads in wined3d, and gets rid of
some wined3d palette error messages in Sacrifice.

16 years agowinegcc: Add support for specifying section alignment on Solaris.
Alexandre Julliard [Tue, 22 Jul 2008 11:27:07 +0000 (13:27 +0200)] 
winegcc: Add support for specifying section alignment on Solaris.

16 years agowinebuild: Don't put the PE header in the .init section on Solaris.
Alexandre Julliard [Tue, 22 Jul 2008 11:26:45 +0000 (13:26 +0200)] 
winebuild: Don't put the PE header in the .init section on Solaris.

16 years agowinebuild: Add Solaris as a separate platform.
Alexandre Julliard [Tue, 22 Jul 2008 11:26:30 +0000 (13:26 +0200)] 
winebuild: Add Solaris as a separate platform.

16 years agocomctl32: Don't print ERRs for reflected messages.
Mikołaj Zalewski [Mon, 21 Jul 2008 22:18:09 +0000 (00:18 +0200)] 
comctl32: Don't print ERRs for reflected messages.

16 years agocomctl32: statusbar: Change the height expression to one that seems to be the same...
Mikołaj Zalewski [Thu, 17 Jul 2008 15:33:08 +0000 (17:33 +0200)] 
comctl32: statusbar: Change the height expression to one that seems to be the same as in Windows.

16 years agontdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
Dan Hipschman [Tue, 22 Jul 2008 00:46:30 +0000 (17:46 -0700)] 
ntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].

16 years agokernel32/tests: Check that timers are not NULL in timer queue tests.
Dan Hipschman [Tue, 22 Jul 2008 00:44:05 +0000 (17:44 -0700)] 
kernel32/tests: Check that timers are not NULL in timer queue tests.

16 years agokernel32/tests: Add tests for Change/DeleteTimerQueueTimer.
Dan Hipschman [Tue, 22 Jul 2008 00:43:28 +0000 (17:43 -0700)] 
kernel32/tests: Add tests for Change/DeleteTimerQueueTimer.

16 years agokernel32/tests: Run the tests again on Win9x.
Detlef Riekenberg [Tue, 22 Jul 2008 00:42:41 +0000 (17:42 -0700)] 
kernel32/tests: Run the tests again on Win9x.

16 years agokernel32: Add a stub for ChangeTimerQueueTimer.
Dan Hipschman [Tue, 22 Jul 2008 00:42:03 +0000 (17:42 -0700)] 
kernel32: Add a stub for ChangeTimerQueueTimer.

16 years agouser32: Fixed building the tests with the Vista SDK.
Reece Dunn [Mon, 21 Jul 2008 19:28:35 +0000 (20:28 +0100)] 
user32: Fixed building the tests with the Vista SDK.

16 years agoquartz: Fix end of stream handling in avi splitter.
Maarten Lankhorst [Tue, 22 Jul 2008 02:50:07 +0000 (19:50 -0700)] 
quartz: Fix end of stream handling in avi splitter.

The last frame wouldn't always be sent, this fixes that.

16 years agomsi: Determine the source path based on the short/long file names bit of the Word...
James Hawkins [Tue, 22 Jul 2008 05:55:59 +0000 (00:55 -0500)] 
msi: Determine the source path based on the short/long file names bit of the Word Count summary property.

16 years agomsi: Set all folders' source paths to the root directory if the source type is compre...
James Hawkins [Tue, 22 Jul 2008 05:55:26 +0000 (00:55 -0500)] 
msi: Set all folders' source paths to the root directory if the source type is compressed.

16 years agomsi: Use the newly added defines from the msidbSumInfoSourceType enumeration.
James Hawkins [Tue, 22 Jul 2008 05:54:27 +0000 (00:54 -0500)] 
msi: Use the newly added defines from the msidbSumInfoSourceType enumeration.

16 years agomsi: Test mixing short and long source paths when installing a file.
James Hawkins [Tue, 22 Jul 2008 05:53:41 +0000 (00:53 -0500)] 
msi: Test mixing short and long source paths when installing a file.

16 years agomsi: msidbFileAttributesVital has no effect on the installation of files.
James Hawkins [Tue, 22 Jul 2008 05:53:03 +0000 (00:53 -0500)] 
msi: msidbFileAttributesVital has no effect on the installation of files.

16 years agomsi: Halt the installation with an error if a source file is missing.
James Hawkins [Tue, 22 Jul 2008 05:52:14 +0000 (00:52 -0500)] 
msi: Halt the installation with an error if a source file is missing.

16 years agomsi: Test getting the source path from a package with short file names.
James Hawkins [Tue, 22 Jul 2008 05:51:04 +0000 (00:51 -0500)] 
msi: Test getting the source path from a package with short file names.

16 years agomsi: Test getting the source path from a package with compressed files.
James Hawkins [Tue, 22 Jul 2008 05:50:24 +0000 (00:50 -0500)] 
msi: Test getting the source path from a package with compressed files.

16 years agomsi: Add more tests for MsiGetSourcePath.
James Hawkins [Tue, 22 Jul 2008 05:49:48 +0000 (00:49 -0500)] 
msi: Add more tests for MsiGetSourcePath.

16 years agontdll: Use our own implementation of atoi and atol.
Lei Zhang [Tue, 22 Jul 2008 01:15:20 +0000 (18:15 -0700)] 
ntdll: Use our own implementation of atoi and atol.

16 years agosetupapi/tests: Use FIELD_OFFSET instead of offsetof.
Reece Dunn [Mon, 21 Jul 2008 20:14:01 +0000 (21:14 +0100)] 
setupapi/tests: Use FIELD_OFFSET instead of offsetof.

16 years agoole32: Silence FIXME from CoGetContextToken stub.
Lei Zhang [Mon, 21 Jul 2008 18:55:48 +0000 (11:55 -0700)] 
ole32: Silence FIXME from CoGetContextToken stub.

16 years agorichedit: Shorten EM_AUTOURLDETECT tests.
Alex Villacís Lasso [Sun, 20 Jul 2008 17:29:57 +0000 (12:29 -0500)] 
richedit: Shorten EM_AUTOURLDETECT tests.

EM_AUTOURLDETECT tests are taking too much time, so this patch tests
just one URL and one non-URL for all messages but WM_SETTEXT. Also,
remove one trace that spams the output needlessly.

16 years agowined3d: Move set_tex_op(_nvrc) to their specific files.
Stefan Dösinger [Sat, 12 Jul 2008 16:45:33 +0000 (11:45 -0500)] 
wined3d: Move set_tex_op(_nvrc) to their specific files.

16 years agowined3d: Remove some #ifdefs.
Stefan Dösinger [Sat, 12 Jul 2008 16:26:36 +0000 (11:26 -0500)] 
wined3d: Remove some #ifdefs.

16 years agowined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.
Stefan Dösinger [Sat, 12 Jul 2008 16:22:18 +0000 (11:22 -0500)] 
wined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.

16 years agowined3d: Whitespace fix.
Stefan Dösinger [Sat, 12 Jul 2008 02:16:28 +0000 (21:16 -0500)] 
wined3d: Whitespace fix.

16 years agowined3d: Fix a copy and paste bug.
Stefan Dösinger [Thu, 10 Jul 2008 18:38:35 +0000 (13:38 -0500)] 
wined3d: Fix a copy and paste bug.

This happened to work because most cards have the same amount of
pshader and vshader constants, but for some reason this doesn't hold
true on this macbook pro here, which lead to a crash due to heap
corruption

16 years agowined3d: Use less strict pixel format matching if the match fails.
Stefan Dösinger [Mon, 21 Jul 2008 14:22:22 +0000 (09:22 -0500)] 
wined3d: Use less strict pixel format matching if the match fails.

Some drivers(the open source ones most notably) cannot satisfy all
possible D3D formats. This doesn't mean we should fall back to the
emergency fallback instantly. Instead, try to loosen the requirements
step by step.

16 years agouser32: Don't send the menu clicks if we can't retrieve the item rect.
Huw Davies [Mon, 21 Jul 2008 13:50:10 +0000 (14:50 +0100)] 
user32: Don't send the menu clicks if we can't retrieve the item rect.

16 years agowineesd: Make use of `esd-config --libs` for the configure check.
Francois Gouget [Mon, 21 Jul 2008 21:41:21 +0000 (23:41 +0200)] 
wineesd: Make use of `esd-config --libs` for the configure check.

Also follow the naming convention for the 'xxx-config' variables.

16 years agogphoto2.ds: Make use of `gphoto2-config --libs` for the configure check.
Francois Gouget [Mon, 21 Jul 2008 15:10:45 +0000 (17:10 +0200)] 
gphoto2.ds: Make use of `gphoto2-config --libs` for the configure check.

16 years agogdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.
Lei Zhang [Fri, 18 Jul 2008 22:31:58 +0000 (15:31 -0700)] 
gdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.

16 years agomstask: TaskScheduler stub with AddRef, QueryInterface, and Release.
Roy Shea [Thu, 17 Jul 2008 23:56:14 +0000 (16:56 -0700)] 
mstask: TaskScheduler stub with AddRef, QueryInterface, and Release.

16 years agomstask: Generate C file with GUID definitions from mstask.idl.
Roy Shea [Thu, 17 Jul 2008 23:52:02 +0000 (16:52 -0700)] 
mstask: Generate C file with GUID definitions from mstask.idl.

16 years agod3d9: Fix type of loop variable in stream_test() and texop_test().
Gerald Pfeifer [Fri, 18 Jul 2008 15:17:26 +0000 (17:17 +0200)] 
d3d9: Fix type of loop variable in stream_test() and texop_test().

16 years agocomctl32: Fix type of loop variable in HEADER_DeleteItem.
Gerald Pfeifer [Fri, 18 Jul 2008 15:24:56 +0000 (17:24 +0200)] 
comctl32: Fix type of loop variable in HEADER_DeleteItem.

16 years agocomctl32: header: Simplify by shedding off unused parameters.
Gerald Pfeifer [Fri, 18 Jul 2008 15:53:04 +0000 (17:53 +0200)] 
comctl32: header: Simplify by shedding off unused parameters.

16 years agogdiplus: Remove incorrect test.
Huw Davies [Mon, 21 Jul 2008 11:35:58 +0000 (12:35 +0100)] 
gdiplus: Remove incorrect test.

16 years agouser32: Don't access pConv after it's been freed.
Huw Davies [Mon, 21 Jul 2008 10:15:49 +0000 (11:15 +0100)] 
user32: Don't access pConv after it's been freed.

16 years agoAvoid exporting common symbols since that's broken on Mac OS X.
Alexandre Julliard [Mon, 21 Jul 2008 12:47:55 +0000 (14:47 +0200)] 
Avoid exporting common symbols since that's broken on Mac OS X.

16 years agooleaut32/tests: Run more typelib tests on win9x.
Detlef Riekenberg [Sun, 20 Jul 2008 22:17:55 +0000 (00:17 +0200)] 
oleaut32/tests: Run more typelib tests on win9x.

16 years agooleaut32/tests: Fix tmarshal tests on win9x.
Detlef Riekenberg [Sun, 20 Jul 2008 22:07:53 +0000 (00:07 +0200)] 
oleaut32/tests: Fix tmarshal tests on win9x.

16 years agocomctl32: Fixed the MRU tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 14:04:28 +0000 (15:04 +0100)] 
comctl32: Fixed the MRU tests on Vista.

16 years agoshell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid.
Reece Dunn [Sun, 20 Jul 2008 13:41:48 +0000 (14:41 +0100)] 
shell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid.

16 years agooleaut32: Fix the vartype tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 10:23:17 +0000 (11:23 +0100)] 
oleaut32: Fix the vartype tests on Vista.

16 years agoshell32: Make the tests build with the Vista SDK.
Reece Dunn [Sun, 20 Jul 2008 12:54:14 +0000 (13:54 +0100)] 
shell32: Make the tests build with the Vista SDK.

16 years agoshell32: Do not use a fixed path in the shelllink tests.
Reece Dunn [Sun, 20 Jul 2008 13:40:19 +0000 (14:40 +0100)] 
shell32: Do not use a fixed path in the shelllink tests.

16 years agouxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.
Reece Dunn [Sun, 20 Jul 2008 10:41:07 +0000 (11:41 +0100)] 
uxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.

16 years agoadvapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.
Mathias Kosch [Sat, 19 Jul 2008 16:54:20 +0000 (18:54 +0200)] 
advapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.

16 years agocrypt32/tests: Make the msg tests usable on win9x (avoid crash).
Detlef Riekenberg [Sun, 20 Jul 2008 11:59:04 +0000 (13:59 +0200)] 
crypt32/tests: Make the msg tests usable on win9x (avoid crash).

16 years agowordpad: Added missing Dutch translations.
Frans Kool [Sun, 20 Jul 2008 07:01:34 +0000 (09:01 +0200)] 
wordpad: Added missing Dutch translations.

16 years agotools: Allow running tests with valgrind.
Dan Kegel [Fri, 18 Jul 2008 23:31:43 +0000 (16:31 -0700)] 
tools: Allow running tests with valgrind.

16 years agogdi32: CreateDIBitmap should check for SetDIBits failure.
Lei Zhang [Fri, 18 Jul 2008 22:28:44 +0000 (15:28 -0700)] 
gdi32: CreateDIBitmap should check for SetDIBits failure.

16 years agowinex11: X11DRV_DIB_[GS]etImageBits should return 0 on failure.
Lei Zhang [Fri, 18 Jul 2008 22:28:06 +0000 (15:28 -0700)] 
winex11: X11DRV_DIB_[GS]etImageBits should return 0 on failure.

16 years agooleaut32: Check return values in several functions.
Lei Zhang [Fri, 18 Jul 2008 22:25:31 +0000 (15:25 -0700)] 
oleaut32: Check return values in several functions.

16 years agoole32: Always return false when asked if NULL is the current clipboard.
Vincent Povirk [Thu, 17 Jul 2008 22:33:48 +0000 (17:33 -0500)] 
ole32: Always return false when asked if NULL is the current clipboard.

16 years agoole32: Add tests for OleIsCurrentClipboard(NULL).
Vincent Povirk [Thu, 17 Jul 2008 22:11:30 +0000 (17:11 -0500)] 
ole32: Add tests for OleIsCurrentClipboard(NULL).

16 years agoquartz: Fix bugs that occur during connection.
Maarten Lankhorst [Fri, 18 Jul 2008 00:37:51 +0000 (17:37 -0700)] 
quartz: Fix bugs that occur during connection.

16 years agoquartz: Fix handling of zero byte samples and endofstreams.
Maarten Lankhorst [Fri, 18 Jul 2008 22:49:31 +0000 (15:49 -0700)] 
quartz: Fix handling of zero byte samples and endofstreams.

16 years agoshell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup(...
Kirill K. Smirnov [Fri, 18 Jul 2008 20:38:03 +0000 (00:38 +0400)] 
shell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup() always corrupts it.

16 years agoRevert "gdi32: Reselect objects into the DC only if scaling factors change.".
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:55 +0000 (17:15 +0900)] 
Revert "gdi32: Reselect objects into the DC only if scaling factors change.".

This reverts commit 3cbd9639da103bb6b5dcd7b78b4fc72edca1b765.

16 years agogdi32: Relax the gm.gmCellIncX comparison.
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:16 +0000 (17:15 +0900)] 
gdi32: Relax the gm.gmCellIncX comparison.

16 years agowinetest: Fix a compiler warning with the size_t type.
Alexandre Julliard [Mon, 21 Jul 2008 11:00:14 +0000 (13:00 +0200)] 
winetest: Fix a compiler warning with the size_t type.

16 years agoAssorted spelling fixes.
Francois Gouget [Sun, 20 Jul 2008 21:51:31 +0000 (23:51 +0200)] 
Assorted spelling fixes.

16 years agoregedit: Remove a couple of left-over debug statements.
Francois Gouget [Sun, 20 Jul 2008 21:51:41 +0000 (23:51 +0200)] 
regedit: Remove a couple of left-over debug statements.

16 years agosane.ds: Use 'sane-config --ldflags'.
Francois Gouget [Sun, 20 Jul 2008 20:41:41 +0000 (22:41 +0200)] 
sane.ds: Use 'sane-config --ldflags'.

16 years agowintrust/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 20 Jul 2008 20:39:26 +0000 (22:39 +0200)] 
wintrust/tests: Fix compilation on systems that don't support nameless unions.

16 years agod3dx9: Add a test for D3DXGetShaderVersion().
Luis Busquets [Sun, 20 Jul 2008 20:07:49 +0000 (22:07 +0200)] 
d3dx9: Add a test for D3DXGetShaderVersion().

16 years agod3dx9: Implement D3DXGetShaderVersion().
Luis Busquets [Sun, 20 Jul 2008 20:07:42 +0000 (22:07 +0200)] 
d3dx9: Implement D3DXGetShaderVersion().

16 years agomsxml3/tests: Added test for ISAXXMLReader_parse with SafeArray as argument.
Piotr Caban [Sat, 19 Jul 2008 20:32:26 +0000 (22:32 +0200)] 
msxml3/tests: Added test for ISAXXMLReader_parse with SafeArray as argument.

16 years agomsxml3: Added support for SafeArrays in ISAXXMLReader_parse.
Piotr Caban [Sat, 19 Jul 2008 20:41:39 +0000 (22:41 +0200)] 
msxml3: Added support for SafeArrays in ISAXXMLReader_parse.

16 years agomsxml3: Add error handling.
Piotr Caban [Sat, 19 Jul 2008 20:32:10 +0000 (22:32 +0200)] 
msxml3: Add error handling.

16 years agomsxml3/tests: Added tests for ISAXXMLReader_putErrorHandler and ISAXXMLReader_getErro...
Piotr Caban [Sat, 19 Jul 2008 20:32:03 +0000 (22:32 +0200)] 
msxml3/tests: Added tests for ISAXXMLReader_putErrorHandler and ISAXXMLReader_getErrorHandler.

16 years agomsxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.
Piotr Caban [Sat, 19 Jul 2008 20:31:56 +0000 (22:31 +0200)] 
msxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.

16 years agowininet: Fix cookie buffer overflow.
Hans Leidekker [Sat, 19 Jul 2008 17:55:52 +0000 (19:55 +0200)] 
wininet: Fix cookie buffer overflow.

Spotted by Yann Droneaud.

16 years agowininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.
Hans Leidekker [Sat, 19 Jul 2008 17:55:39 +0000 (19:55 +0200)] 
wininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.

Based on a patch by Yann Droneaud.

16 years agowininet: Delete local file on error in FtpGetFile.
Hans Leidekker [Sat, 19 Jul 2008 17:53:19 +0000 (19:53 +0200)] 
wininet: Delete local file on error in FtpGetFile.

16 years agowininet: Make another test pass on IE6.
Hans Leidekker [Sat, 19 Jul 2008 17:53:09 +0000 (19:53 +0200)] 
wininet: Make another test pass on IE6.

16 years agowininet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:52:47 +0000 (19:52 +0200)] 
wininet: Fix a memory leak.

16 years agosetupapi: Fix two memory leaks in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:54:23 +0000 (19:54 +0200)] 
setupapi: Fix two memory leaks in the test.

16 years agocabinet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:54:10 +0000 (19:54 +0200)] 
cabinet: Fix a memory leak.

16 years agosnmpapi: Fix a memory leak in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:53:54 +0000 (19:53 +0200)] 
snmpapi: Fix a memory leak in the test.

16 years agodnsapi: Fix a number of memory leaks.
Hans Leidekker [Sat, 19 Jul 2008 17:53:35 +0000 (19:53 +0200)] 
dnsapi: Fix a number of memory leaks.

16 years agohhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl.
Jacek Caban [Sat, 19 Jul 2008 10:28:30 +0000 (12:28 +0200)] 
hhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl.

16 years agowininet: Move remeining InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:30:19 +0000 (12:30 +0200)] 
wininet: Move remeining InternetQueryOption implementation to vtbl.

16 years agowininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:56 +0000 (12:29 +0200)] 
wininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.

16 years agowininet: Moved more InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:28 +0000 (12:29 +0200)] 
wininet: Moved more InternetQueryOption implementation to vtbl.

16 years agowininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:01 +0000 (12:29 +0200)] 
wininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.

16 years agoadvpack: Fix sign-compare warnings.
Andrew Talbot [Sat, 19 Jul 2008 09:08:05 +0000 (10:08 +0100)] 
advpack: Fix sign-compare warnings.

16 years agoadvpack: Remove a useless test.
Andrew Talbot [Sat, 19 Jul 2008 09:08:00 +0000 (10:08 +0100)] 
advpack: Remove a useless test.

16 years agooleaut32: Use custom file version in VERSIONINFO.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:26:20 +0000 (10:26 +0200)] 
oleaut32: Use custom file version in VERSIONINFO.

16 years agocomctl32: Fix the file version string declaration.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:24:13 +0000 (10:24 +0200)] 
comctl32: Fix the file version string declaration.