wine
19 years agoRemove tabs and reformat.
Mike McCormack [Wed, 23 Feb 2005 15:41:39 +0000 (15:41 +0000)] 
Remove tabs and reformat.

19 years agoAdd the -noname flag to match the Platform SDK.
Francois Gouget [Wed, 23 Feb 2005 15:41:14 +0000 (15:41 +0000)] 
Add the -noname flag to match the Platform SDK.

19 years agoIn calculating the SMPTE time, we would round incorrectly (0:0:4.30
Jeremy White [Wed, 23 Feb 2005 15:40:54 +0000 (15:40 +0000)] 
In calculating the SMPTE time, we would round incorrectly (0:0:4.30
instead of 0:0:5.0 [the last column only goes to 29]).

19 years ago- handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName
Mike McCormack [Wed, 23 Feb 2005 12:45:12 +0000 (12:45 +0000)] 
- handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName
- more Unicode conversion

19 years agoDon't hardcode ordinals if which are not hardcoded on Windows.
Francois Gouget [Wed, 23 Feb 2005 12:44:43 +0000 (12:44 +0000)] 
Don't hardcode ordinals if which are not hardcoded on Windows.

19 years agoMake sure formats like [\\]] and [\\[] work properly.
Aric Stewart [Wed, 23 Feb 2005 12:44:25 +0000 (12:44 +0000)] 
Make sure formats like [\\]] and [\\[] work properly.

19 years agoApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
Jakob Eriksson [Wed, 23 Feb 2005 12:44:15 +0000 (12:44 +0000)] 
Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.

19 years ago- Pass original wParam to CallNextHookEx.
Dmitry Timoshkov [Wed, 23 Feb 2005 12:44:06 +0000 (12:44 +0000)] 
- Pass original wParam to CallNextHookEx.
- Avoid playing games with focus in a newly created thread, that leads
  to all kinds of misbehaviours and failures in window activation
  under Windows.

19 years agoFix tests for win9x and old versions of DirectX.
Robert Reif [Wed, 23 Feb 2005 12:43:38 +0000 (12:43 +0000)] 
Fix tests for win9x and old versions of DirectX.

19 years agoStub for CryptCATAdminReleaseContext.
Michael Stefaniuc [Wed, 23 Feb 2005 12:43:12 +0000 (12:43 +0000)] 
Stub for CryptCATAdminReleaseContext.

19 years agoWhen we get down to the last fragment or two in our output to the DSP,
Jeremy White [Wed, 23 Feb 2005 12:43:04 +0000 (12:43 +0000)] 
When we get down to the last fragment or two in our output to the DSP,
we should use the SND_DSP_POST ioctl to let the sound card know to
flush those fragments.  This allows us to precisely know when the
buffer is empty, and fixes another set of winmm tests.

19 years agoWhen testing the WAVE_MAPPER device, it seems inappropriate (to me) to
Jeremy White [Wed, 23 Feb 2005 12:42:43 +0000 (12:42 +0000)] 
When testing the WAVE_MAPPER device, it seems inappropriate (to me) to
demand WAVE_FORMAT_DIRECT; this fixes another slew of tests.

19 years agoWhen we are converting from one sample rate to another, we do have to
Jeremy White [Wed, 23 Feb 2005 12:42:32 +0000 (12:42 +0000)] 
When we are converting from one sample rate to another, we do have to
adjust when calculating TIME_SAMPLES.

19 years agoTake into account additional requested spacing on break characters.
Jason Edmeades [Wed, 23 Feb 2005 12:42:17 +0000 (12:42 +0000)] 
Take into account additional requested spacing on break characters.

19 years agoEnable parsing of vendor strings not matching the expected template.
Jason Edmeades [Wed, 23 Feb 2005 12:42:04 +0000 (12:42 +0000)] 
Enable parsing of vendor strings not matching the expected template.

19 years agoCorrectly displays the text with ellipsis when there is not enough
Maxime Bellengé [Wed, 23 Feb 2005 12:41:43 +0000 (12:41 +0000)] 
Correctly displays the text with ellipsis when there is not enough
room in a header item and an image from an imagelist is displayed on
the right of the text.

19 years agoTranslation update.
Jacek Caban [Wed, 23 Feb 2005 12:41:22 +0000 (12:41 +0000)] 
Translation update.

19 years agoAdded MSI Spanish resources.
José Manuel Ferrer Ortiz [Wed, 23 Feb 2005 12:41:09 +0000 (12:41 +0000)] 
Added MSI Spanish resources.

19 years agoRemoved no longer used create_region function, and directly export
Alexandre Julliard [Tue, 22 Feb 2005 19:42:35 +0000 (19:42 +0000)] 
Removed no longer used create_region function, and directly export
create_empty_region instead.

19 years agoAllow the client rectangle to be of arbitrary size and dimensions,
Alexandre Julliard [Tue, 22 Feb 2005 19:41:43 +0000 (19:41 +0000)] 
Allow the client rectangle to be of arbitrary size and dimensions,
regardless of the window rectangle.

19 years agoAdded Multibyte character set support in GetGlyphOutlineA.
TANABE Hiroshi [Tue, 22 Feb 2005 19:37:18 +0000 (19:37 +0000)] 
Added Multibyte character set support in GetGlyphOutlineA.

19 years agoDon't hold the GDI lock when calling DC_GetDCUpdate.
Huw Davies [Tue, 22 Feb 2005 19:34:33 +0000 (19:34 +0000)] 
Don't hold the GDI lock when calling DC_GetDCUpdate.

19 years agoForward MD5{Final,Init,Update} to advapi32.
Hans Leidekker [Tue, 22 Feb 2005 19:34:15 +0000 (19:34 +0000)] 
Forward MD5{Final,Init,Update} to advapi32.

19 years agoReplace GetCurrentProcess() with NtCurrentProcess() in ntdll.
Ivan Leo Puoti [Tue, 22 Feb 2005 19:33:50 +0000 (19:33 +0000)] 
Replace GetCurrentProcess() with NtCurrentProcess() in ntdll.

19 years agoAdded a couple of defines.
Ivan Leo Puoti [Tue, 22 Feb 2005 19:32:22 +0000 (19:32 +0000)] 
Added a couple of defines.

19 years agoMake sure strings are null terminated.
Mike McCormack [Tue, 22 Feb 2005 19:31:45 +0000 (19:31 +0000)] 
Make sure strings are null terminated.

19 years agoWhen running a second time, don't fail if we can't extract an icon.
Mike McCormack [Tue, 22 Feb 2005 19:31:19 +0000 (19:31 +0000)] 
When running a second time, don't fail if we can't extract an icon.

19 years agoScroll instead of repainting when expanding/collapsing trees.
Martijn Vernooij [Tue, 22 Feb 2005 19:31:01 +0000 (19:31 +0000)] 
Scroll instead of repainting when expanding/collapsing trees.
Don't repaint on hover if 'hot tracking' isn't on.

19 years agoAdded implementation of LockServer.
Jacek Caban [Tue, 22 Feb 2005 19:30:24 +0000 (19:30 +0000)] 
Added implementation of LockServer.

19 years agoThe typelib cache should take the typelib resource index into
Huw Davies [Tue, 22 Feb 2005 19:30:16 +0000 (19:30 +0000)] 
The typelib cache should take the typelib resource index into
account.

19 years agoCosmetic fixes.
Alexandre Julliard [Tue, 22 Feb 2005 16:02:58 +0000 (16:02 +0000)] 
Cosmetic fixes.

19 years agoMake lstr* functions inline inside Wine.
Mike McCormack [Tue, 22 Feb 2005 15:50:13 +0000 (15:50 +0000)] 
Make lstr* functions inline inside Wine.

19 years ago- handle IFileSystemBindData in IShellFolder::ParseDisplayName
Mike McCormack [Tue, 22 Feb 2005 15:47:21 +0000 (15:47 +0000)] 
- handle IFileSystemBindData in IShellFolder::ParseDisplayName
- convert IShellFolder::ParseDisplayName to use Unicode

19 years agoUpdate the installed state for components during CostFinalize. Laying
Aric Stewart [Tue, 22 Feb 2005 15:47:00 +0000 (15:47 +0000)] 
Update the installed state for components during CostFinalize. Laying
groundwork to be able to start processing uninstall logic as well.

19 years agoDefWindowProc's WM_NCCALC handler must not subtract space for
Rein Klazes [Tue, 22 Feb 2005 15:46:36 +0000 (15:46 +0000)] 
DefWindowProc's WM_NCCALC handler must not subtract space for
scrollbars if there is not enough space for it anyway. With tests to
confirm the behavior.

19 years agoMake user32_crosstest.exe loadable on NT 3.51.
Stefan Leichter [Tue, 22 Feb 2005 15:43:54 +0000 (15:43 +0000)] 
Make user32_crosstest.exe loadable on NT 3.51.

19 years agoDispatchMessage needs to repaint the non-client area if the WM_PAINT
Alexandre Julliard [Tue, 22 Feb 2005 14:58:52 +0000 (14:58 +0000)] 
DispatchMessage needs to repaint the non-client area if the WM_PAINT
handler didn't do it.

19 years agoMake RegisterClassExA check that reserved bytes is a valid value.
Jason Edmeades [Tue, 22 Feb 2005 14:56:28 +0000 (14:56 +0000)] 
Make RegisterClassExA check that reserved bytes is a valid value.
Tests to confirm this behaviour.

19 years agoPoint KEYBOARDPREF and SCREENREADER to registry keys and values that
Justin Chevrier [Tue, 22 Feb 2005 14:54:47 +0000 (14:54 +0000)] 
Point KEYBOARDPREF and SCREENREADER to registry keys and values that
match native.

19 years agoUse variant macros instead of accessing the union directly.
Jon Griffiths [Tue, 22 Feb 2005 14:54:01 +0000 (14:54 +0000)] 
Use variant macros instead of accessing the union directly.

19 years agoCorrect typo.
Steven Edwards [Tue, 22 Feb 2005 14:53:05 +0000 (14:53 +0000)] 
Correct typo.

19 years agoUse config.h & HAVE_ where needed, -W fixes.
Jon Griffiths [Tue, 22 Feb 2005 14:52:35 +0000 (14:52 +0000)] 
Use config.h & HAVE_ where needed, -W fixes.

19 years agoFix race in IMAPIProp_Release(), -W fixes.
Jon Griffiths [Tue, 22 Feb 2005 14:51:03 +0000 (14:51 +0000)] 
Fix race in IMAPIProp_Release(), -W fixes.

19 years agoCleanup, create unicode versions of _ILCreateFromPath,
Mike McCormack [Tue, 22 Feb 2005 14:50:35 +0000 (14:50 +0000)] 
Cleanup, create unicode versions of _ILCreateFromPath,
_ILCreateGuidFromStr, and _ILCreateFromFindData.

19 years agoFixed ACM Wrapper.
Christian Costa [Tue, 22 Feb 2005 14:50:16 +0000 (14:50 +0000)] 
Fixed ACM Wrapper.

19 years agoAdded support for NZDT (New Zealand Daylight Time) to TZ_INFO.
Darryl Dixon [Tue, 22 Feb 2005 14:49:59 +0000 (14:49 +0000)] 
Added support for NZDT (New Zealand Daylight Time) to TZ_INFO.

19 years agoAdd IsDestinationReachableW.
Hans Leidekker [Tue, 22 Feb 2005 14:49:43 +0000 (14:49 +0000)] 
Add IsDestinationReachableW.

19 years agoImplementation stub for QueueUserWorkItem.
Hans Leidekker [Mon, 21 Feb 2005 21:02:12 +0000 (21:02 +0000)] 
Implementation stub for QueueUserWorkItem.

19 years agoImplement and test IPropertySetStorage.
Mike McCormack [Mon, 21 Feb 2005 20:58:09 +0000 (20:58 +0000)] 
Implement and test IPropertySetStorage.

19 years agoImplement 'W' variants of Process32First / Next APIs
Lionel Ulmer [Mon, 21 Feb 2005 20:57:34 +0000 (20:57 +0000)] 
Implement 'W' variants of Process32First / Next APIs

19 years agoImplemented GetGlyphOutline16.
Alex Villacís Lasso [Mon, 21 Feb 2005 20:43:59 +0000 (20:43 +0000)] 
Implemented GetGlyphOutline16.

19 years ago- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWPOWERACTIVE.
Justin Chevrier [Mon, 21 Feb 2005 20:40:44 +0000 (20:40 +0000)] 
- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWPOWERACTIVE.
- Corrected SPI_GETLOWPOWERACTIVE to use an index (instead of its SPI
  value) to avoid an out of bounds condition.
- Created unit tests for SPI_{GET,SET}POWEROFFACTIVE and
  SPI_{GET,SET)SETLOWPOWERACTIVE.

19 years agoAdd a definition for OpenInputDesktop().
Vincent Béron [Mon, 21 Feb 2005 20:40:13 +0000 (20:40 +0000)] 
Add a definition for OpenInputDesktop().
Add constants for PBT_APM* parameters.

19 years agoHorizontal scrollbar is hidden when edit control is emptied.
Lauri Tulmin [Mon, 21 Feb 2005 20:39:52 +0000 (20:39 +0000)] 
Horizontal scrollbar is hidden when edit control is emptied.

19 years agoSync Polish resources.
Marcelo Duarte [Mon, 21 Feb 2005 20:39:21 +0000 (20:39 +0000)] 
Sync Polish resources.

19 years agoTake into account the new size of a column when the header size
Maxime Bellengé [Mon, 21 Feb 2005 20:38:31 +0000 (20:38 +0000)] 
Take into account the new size of a column when the header size
change.

19 years agoImproved AVIDec.
Christian Costa [Mon, 21 Feb 2005 20:37:45 +0000 (20:37 +0000)] 
Improved AVIDec.
Added 2 new callback functions to the transform template and moved all
of them into a funcs table.

19 years agoAdd RegOpenKey, RegCloseKey tests.
James Hawkins [Mon, 21 Feb 2005 20:37:26 +0000 (20:37 +0000)] 
Add RegOpenKey, RegCloseKey tests.

19 years agoUse "MS Shell Dlg" everywhere except for Japanese.
Marcelo Duarte [Mon, 21 Feb 2005 18:38:36 +0000 (18:38 +0000)] 
Use "MS Shell Dlg" everywhere except for Japanese.

19 years ago- Add support for color transform handles.
Hans Leidekker [Mon, 21 Feb 2005 18:38:15 +0000 (18:38 +0000)] 
- Add support for color transform handles.
- Implement CreateColorTransform{A,W}, CreateMultiProfileTransform,
  DeleteColorTransform.
- Don't depend on lcms for the implementation of
  IsColorProfileTagPresent.

19 years ago- Revert wrong -noname markup for Drag*, DoEnvironmentSubst and
Hans Leidekker [Mon, 21 Feb 2005 18:37:33 +0000 (18:37 +0000)] 
- Revert wrong -noname markup for Drag*, DoEnvironmentSubst and
  SHGetNewLinkInfo{A,W}.
- Also mark stub exports -noname when they are exported by ordinal
  only on win98/2k.
- Implementation level stubs for SheChangeDirA, SheGetDirA,
  SHHelpShortcuts_RunDLL{A,W}.
- New spec file stubs for Control_RunDLLAsUserW,
  FixupOptionalComponents, OCInstall, SHChangeNotifySuspendResume,
  SHCreateProcessAsUserW, SHExtractIconsW,
  SHInvokePrinterCommand{A,W}, SHIsFileAvailableOffline,
  SHLoadNonloadedIconOverlayIdentifiers, SHPathPrepareForWrite{A,W},
  ShellExec_RunDLL{,A,W}, SHGetIconOverlayIndex{A,W}.

19 years agoRemove tabs and make formatting consistent.
Mike McCormack [Mon, 21 Feb 2005 18:36:47 +0000 (18:36 +0000)] 
Remove tabs and make formatting consistent.

19 years agoAdd a stub for OleLoadPicturePath().
Vincent Béron [Mon, 21 Feb 2005 18:36:06 +0000 (18:36 +0000)] 
Add a stub for OleLoadPicturePath().

19 years agoAdd LWA_ constants, used in {S/G}LayeredWindowAttributes().
Vincent Béron [Mon, 21 Feb 2005 18:35:39 +0000 (18:35 +0000)] 
Add LWA_ constants, used in {S/G}LayeredWindowAttributes().

19 years agoAvoid infinite loop when doing a typelib marshalled
Mike Hearn [Mon, 21 Feb 2005 18:35:07 +0000 (18:35 +0000)] 
Avoid infinite loop when doing a typelib marshalled
IUnknown::QueryInterface by only doing an extra QI if requested IID is
not equal to marshalled IID.

19 years agoAllow loading of builtin typelibs.
Mike Hearn [Mon, 21 Feb 2005 18:34:41 +0000 (18:34 +0000)] 
Allow loading of builtin typelibs.

19 years agoFix SetItem so that items don't get wrongly re-ordered.
Maxime Bellengé [Mon, 21 Feb 2005 18:34:17 +0000 (18:34 +0000)] 
Fix SetItem so that items don't get wrongly re-ordered.

19 years agoStub implementations for AbortPrinter, AddPortEx{A,W},
Hans Leidekker [Mon, 21 Feb 2005 18:33:55 +0000 (18:33 +0000)] 
Stub implementations for AbortPrinter, AddPortEx{A,W},
AddPrinterConnection{A,W}, ConnectToPrinterDlg,
DeletePrinterConnection{A,W}, EnumForms{A,W}, EnumPrinterData{A,W],
ExtDeviceMode, Find{Close,First,Next}PrinterChangeNotification,
FreePrinterNotifyInfo, ScheduleJob.

19 years agoTake Shift key state into account while processing an accelerator.
Dmitry Timoshkov [Mon, 21 Feb 2005 18:33:27 +0000 (18:33 +0000)] 
Take Shift key state into account while processing an accelerator.
Add a couple of test cases.

19 years agoCleanup taskmgr resource file (get rid of C++ style coments, use "MS
Marcelo Duarte [Mon, 21 Feb 2005 18:32:41 +0000 (18:32 +0000)] 
Cleanup taskmgr resource file (get rid of C++ style coments, use "MS
Shell Dlg" for dialogs, etc).
Preparation for translators (move english resources to En.rc).

19 years agoReverse the order for deleting the items in resetcontent to correctly
Maxime Bellengé [Mon, 21 Feb 2005 18:31:02 +0000 (18:31 +0000)] 
Reverse the order for deleting the items in resetcontent to correctly
empty a comboboxex.

19 years agoAdded LPDWORD definition.
Vincent Béron [Mon, 21 Feb 2005 18:30:02 +0000 (18:30 +0000)] 
Added LPDWORD definition.

19 years agoOnly 'fix' the names of source files and directories (this way
Francois Gouget [Mon, 21 Feb 2005 18:29:44 +0000 (18:29 +0000)] 
Only 'fix' the names of source files and directories (this way
documentation files are unharmed).
Better handle Makefiles generated by Winemaker. In particular, don't
rename them to makefile.win!

19 years agoThe values are quoted and spaces added, so having spaces in the
Aric Stewart [Mon, 21 Feb 2005 18:29:21 +0000 (18:29 +0000)] 
The values are quoted and spaces added, so having spaces in the
properties results in spaces in the values which is incorrect.

19 years agoAdded IRichEditOleCallback.
Vincent Béron [Mon, 21 Feb 2005 18:28:47 +0000 (18:28 +0000)] 
Added IRichEditOleCallback.

19 years agoCorrect the number of args of SNDMSGA in ListView_GetSubItemRect.
Vincent Béron [Mon, 21 Feb 2005 18:28:30 +0000 (18:28 +0000)] 
Correct the number of args of SNDMSGA in ListView_GetSubItemRect.

19 years agoFix NtQueryPerformanceCounter parameter checking. Spotted by Alex
Juan Lang [Mon, 21 Feb 2005 18:27:58 +0000 (18:27 +0000)] 
Fix NtQueryPerformanceCounter parameter checking. Spotted by Alex
Woods.

19 years ago- Better tracing.
Robert Shearman [Fri, 18 Feb 2005 20:13:23 +0000 (20:13 +0000)] 
- Better tracing.
- Small cleanup of creation functions.

19 years agoMark exports -noname when they are exported by ordinal only on
Hans Leidekker [Fri, 18 Feb 2005 20:13:01 +0000 (20:13 +0000)] 
Mark exports -noname when they are exported by ordinal only on
win98/2k.

19 years agodlls/__install-lib__ and programs/__install__ should not force the
Francois Gouget [Fri, 18 Feb 2005 20:03:32 +0000 (20:03 +0000)] 
dlls/__install-lib__ and programs/__install__ should not force the
installation of the Wine headers as this is contrary to the purpose of
install-lib.

19 years ago- Move marshaling state machine into stub manager from ifstub.
Robert Shearman [Fri, 18 Feb 2005 20:03:23 +0000 (20:03 +0000)] 
- Move marshaling state machine into stub manager from ifstub.
- Add additional needed states for table-weak marshaling, as shown by
  tests.
- Protect external reference count from underflows/overflows.

19 years agoEnsure that caret position is not reset to (0, 0) when CreateCaret is
Krzysztof Foltman [Fri, 18 Feb 2005 20:02:55 +0000 (20:02 +0000)] 
Ensure that caret position is not reset to (0, 0) when CreateCaret is
called second time with the same window.

19 years ago- Always unlink children before sending WM_NCDESTROY message.
Dmitry Timoshkov [Fri, 18 Feb 2005 20:01:41 +0000 (20:01 +0000)] 
- Always unlink children before sending WM_NCDESTROY message.
- Fix order of WM_DESTROY messages for the children's recursion.
- DestroyWindow should hide only visible windows.
- Add a test case for the above fixes.

19 years agoDuplicate Windows behaviour and use SendMessage for the SC_CLOSE
Ulrich Czekalla [Fri, 18 Feb 2005 20:00:57 +0000 (20:00 +0000)] 
Duplicate Windows behaviour and use SendMessage for the SC_CLOSE
system command instead of PostMessage.

19 years agoFixed problems with my code for finding the PackageCode.
Aric Stewart [Fri, 18 Feb 2005 20:00:34 +0000 (20:00 +0000)] 
Fixed problems with my code for finding the PackageCode.

19 years agoUse stdlib.h instead of non-standard malloc.h.
Gerald Pfeifer [Fri, 18 Feb 2005 12:57:48 +0000 (12:57 +0000)] 
Use stdlib.h instead of non-standard malloc.h.

19 years agoConditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
James Hawkins [Fri, 18 Feb 2005 12:56:35 +0000 (12:56 +0000)] 
Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
the modifier off when compiling with msvc.

19 years agoFixed offsets calculations.
Christian Costa [Fri, 18 Feb 2005 12:53:26 +0000 (12:53 +0000)] 
Fixed offsets calculations.

19 years agoDump out more details on the target of a link.
Mike McCormack [Fri, 18 Feb 2005 12:53:05 +0000 (12:53 +0000)] 
Dump out more details on the target of a link.

19 years agoAdded odbcinst.h.
Mike McCormack [Fri, 18 Feb 2005 12:52:49 +0000 (12:52 +0000)] 
Added odbcinst.h.

19 years agoSmall indentation fixes.
Mike McCormack [Fri, 18 Feb 2005 12:52:33 +0000 (12:52 +0000)] 
Small indentation fixes.

19 years agoFix capture test to pass on windows 98 when no sound card present or
Robert Reif [Fri, 18 Feb 2005 12:52:14 +0000 (12:52 +0000)] 
Fix capture test to pass on windows 98 when no sound card present or
device already in use.

19 years agoFix timer tests to pass on windows 98.
Robert Reif [Fri, 18 Feb 2005 12:51:54 +0000 (12:51 +0000)] 
Fix timer tests to pass on windows 98.

19 years agoFix block align test.
Robert Reif [Fri, 18 Feb 2005 12:51:43 +0000 (12:51 +0000)] 
Fix block align test.

19 years agoImplement OleFontImpl_QueryTextMetrics.
Alex Villacís Lasso [Fri, 18 Feb 2005 12:51:23 +0000 (12:51 +0000)] 
Implement OleFontImpl_QueryTextMetrics.

19 years agoWhen getting current directory on a drive different from the working
Gunnar Dalsnes [Fri, 18 Feb 2005 12:51:00 +0000 (12:51 +0000)] 
When getting current directory on a drive different from the working
drive, _getdcwd incorrectly passed "X:\" (X = any drive) as path to
GetFullPathName. "X:" (without the backslash) is the correct thing to
use.

19 years agoRename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInfo and make
Vitaly Lipatov [Thu, 17 Feb 2005 12:03:33 +0000 (12:03 +0000)] 
Rename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInfo and make
allocation of a new info structure optional.
Add some descriptions.

19 years agoConvert winemenubuilder to unicode.
Dmitry Timoshkov [Thu, 17 Feb 2005 11:51:44 +0000 (11:51 +0000)] 
Convert winemenubuilder to unicode.

19 years agoAdd dumping of lnk files.
Mike McCormack [Thu, 17 Feb 2005 11:51:23 +0000 (11:51 +0000)] 
Add dumping of lnk files.

19 years agoFix for ICInfo() in msvideo when it is used to ask for a codec by
David Smith [Thu, 17 Feb 2005 11:51:01 +0000 (11:51 +0000)] 
Fix for ICInfo() in msvideo when it is used to ask for a codec by
index.