wine
20 years agoGive a struct tag to OPENILENAMEA/W to allow forward declarations.
Jon Griffiths [Thu, 27 May 2004 20:00:51 +0000 (20:00 +0000)] 
Give a struct tag to OPENILENAMEA/W to allow forward declarations.

20 years agoFix the missing tread ID of some snoop return traces.
Rein Klazes [Thu, 27 May 2004 20:00:37 +0000 (20:00 +0000)] 
Fix the missing tread ID of some snoop return traces.

20 years agoAdded WAVE_MAPPED flag test.
Robert Reif [Thu, 27 May 2004 20:00:26 +0000 (20:00 +0000)] 
Added WAVE_MAPPED flag test.
Added 8000 Hz test as a typically supported format.
Added 12000 Hz test as a typically unsupported format.
Test error reporting better by testing unsupported formats.
Test using PCMWAVEFORMAT in place of WAVEFORMATEX.

20 years agoChanged my name, so update copyright info.
Ivan Leo Puoti [Thu, 27 May 2004 02:25:13 +0000 (02:25 +0000)] 
Changed my name, so update copyright info.

20 years agoMake underlining of fonts drawn at an angle follow the text.
Troy Rollo [Thu, 27 May 2004 02:20:50 +0000 (02:20 +0000)] 
Make underlining of fonts drawn at an angle follow the text.

20 years agoReturn line count when the bits parameter is NULL.
Alex Villacís Lasso [Thu, 27 May 2004 02:20:06 +0000 (02:20 +0000)] 
Return line count when the bits parameter is NULL.

20 years ago- the hardware GL vendors (NVidia and ATI) can support more than 95
Raphael Junqueira [Thu, 27 May 2004 01:56:56 +0000 (01:56 +0000)] 
- the hardware GL vendors (NVidia and ATI) can support more than 95
constants (the Mesa bug) and VRally use the 0..95 indexes so fix it
- fix normalize for some HW VertexShader inputs
- trying to fix the combination of NV_texture_combine_4 with
texture_combine_EXT (impl of D3DTOP_DISABLE, D3DTOP_MODULATE for
NV_texture_combine_4)
- if shaders disabled declare to support 0 for MaxVertexShaderConst.

20 years agoRemove part of test that crashes win95.
Kevin Koltzau [Thu, 27 May 2004 01:56:04 +0000 (01:56 +0000)] 
Remove part of test that crashes win95.

20 years agoAdded stub for GetRecordInfoFromGuids.
Alex Villacís Lasso [Thu, 27 May 2004 01:55:54 +0000 (01:55 +0000)] 
Added stub for GetRecordInfoFromGuids.

20 years agoFixed last mmap issue with mingw windows build.
Kevin Koltzau [Thu, 27 May 2004 01:55:20 +0000 (01:55 +0000)] 
Fixed last mmap issue with mingw windows build.

20 years agoSupport loading of Wave segments on IDirectMusicSegment8.
Raphael Junqueira [Thu, 27 May 2004 01:54:59 +0000 (01:54 +0000)] 
Support loading of Wave segments on IDirectMusicSegment8.

20 years agoFixed joystick device type for dinput8.
Christian Costa [Thu, 27 May 2004 01:54:43 +0000 (01:54 +0000)] 
Fixed joystick device type for dinput8.

20 years agoMoved stub of Control_FillCache_RunDLL from ascii to unicode.
Stefan Leichter [Thu, 27 May 2004 01:54:30 +0000 (01:54 +0000)] 
Moved stub of Control_FillCache_RunDLL from ascii to unicode.

20 years ago- don't use a stupid "while (1);" thread when DMPerformance MSG Queue empty
Raphael Junqueira [Thu, 27 May 2004 01:54:16 +0000 (01:54 +0000)] 
- don't use a stupid "while (1);" thread when DMPerformance MSG Queue empty
- try to use latency and MSG synchro for timeout (but as i'm not a
  sound expert don't expect too much)

20 years agoPortability fix.
Alexandre Julliard [Tue, 25 May 2004 18:55:20 +0000 (18:55 +0000)] 
Portability fix.

20 years agoMoved environ definition to port.h.
Alexandre Julliard [Tue, 25 May 2004 18:05:39 +0000 (18:05 +0000)] 
Moved environ definition to port.h.

20 years agoFix update region calculation for the case where a word wraps up to
Ulrich Czekalla [Tue, 25 May 2004 18:04:48 +0000 (18:04 +0000)] 
Fix update region calculation for the case where a word wraps up to
the previous line.

20 years agoAdd a couple of missing listview macros.
Jon Griffiths [Tue, 25 May 2004 18:04:30 +0000 (18:04 +0000)] 
Add a couple of missing listview macros.

20 years agoDo not activate an MDI child if the child is invisible.
Dmitry Timoshkov [Tue, 25 May 2004 18:03:32 +0000 (18:03 +0000)] 
Do not activate an MDI child if the child is invisible.

20 years agoAlways use $(CC) for building the generated .spec.c file.
Jon Griffiths [Tue, 25 May 2004 18:03:19 +0000 (18:03 +0000)] 
Always use $(CC) for building the generated .spec.c file.

20 years agoAllocate the shared heap inside the Win9x shared memory area.
Alexandre Julliard [Tue, 25 May 2004 05:13:44 +0000 (05:13 +0000)] 
Allocate the shared heap inside the Win9x shared memory area.

20 years agoOnly create the shared heap when Windows version is Win9x.
Alexandre Julliard [Tue, 25 May 2004 05:08:28 +0000 (05:08 +0000)] 
Only create the shared heap when Windows version is Win9x.

20 years agoAdded environ support for Darwin.
Emmanuel Maillard [Tue, 25 May 2004 04:50:08 +0000 (04:50 +0000)] 
Added environ support for Darwin.

20 years agoRemoved DT_NOCLIP format flag.
Oleg Prokhorov [Tue, 25 May 2004 04:49:22 +0000 (04:49 +0000)] 
Removed DT_NOCLIP format flag.

20 years agoWhen repainting a static control, with SS_BITMAP style, do not erase
Rein Klazes [Tue, 25 May 2004 04:03:21 +0000 (04:03 +0000)] 
When repainting a static control, with SS_BITMAP style, do not erase
the background. Keep sending the WM_CTLCOLORSTATIC notification as
Windows does.

20 years agoAdjust stack pointer in wine_switch_to_stack to prevent segmentation
Emmanuel Maillard [Tue, 25 May 2004 04:03:05 +0000 (04:03 +0000)] 
Adjust stack pointer in wine_switch_to_stack to prevent segmentation
fault on darwin/ppc.

20 years agoMove all FTP functions to unicode.
Kevin Koltzau [Tue, 25 May 2004 04:02:05 +0000 (04:02 +0000)] 
Move all FTP functions to unicode.
Improve FTP LIST parsing.

20 years agoAdded support for managing reserved memory areas in libwine and ntdll.
Alexandre Julliard [Tue, 25 May 2004 01:29:24 +0000 (01:29 +0000)] 
Added support for managing reserved memory areas in libwine and ntdll.
Try to reserve everything above 0x80000000 on startup.

20 years agoMoved stub of StopWatch from ascii to unicode.
Stefan Leichter [Tue, 25 May 2004 00:23:41 +0000 (00:23 +0000)] 
Moved stub of StopWatch from ascii to unicode.

20 years agoImplemented AreAnyAccessesGranted.
William Lahti [Tue, 25 May 2004 00:22:42 +0000 (00:22 +0000)] 
Implemented AreAnyAccessesGranted.

20 years agoAvoid a failure under Win9x.
Dmitry Timoshkov [Tue, 25 May 2004 00:20:50 +0000 (00:20 +0000)] 
Avoid a failure under Win9x.

20 years agoFix elf_read_wine_loader_dbg_info() for the !__ELF__ case.
Dmitry Timoshkov [Mon, 24 May 2004 19:10:04 +0000 (19:10 +0000)] 
Fix elf_read_wine_loader_dbg_info() for the !__ELF__ case.

20 years agoAdd message test for DrawMenuBar.
Dmitry Timoshkov [Mon, 24 May 2004 19:08:54 +0000 (19:08 +0000)] 
Add message test for DrawMenuBar.

20 years agoAdd a test for focus change on ShowWindow(child, SW_HIDE).
Dmitry Timoshkov [Mon, 24 May 2004 19:08:41 +0000 (19:08 +0000)] 
Add a test for focus change on ShowWindow(child, SW_HIDE).

20 years ago- some more fixes to elf module's symbol table handling (including
Eric Pouech [Mon, 24 May 2004 19:08:19 +0000 (19:08 +0000)] 
- some more fixes to elf module's symbol table handling (including
  static/global diff for variables)
- now re-synchronizing ELF list in all cases (no longer depending on
  RT_CONSISTENT state)
- now should be able to differentiate properly a native from a builtin
  module
- in symbol lookup, now using size of symbol (if known)
- SymGetTypeInfo now checks and uses BaseAddress
- in MSC-CV, really generate thunk objects

20 years agoCygwin's mntent.h requires stdio.h to be included first.
Dmitry Timoshkov [Mon, 24 May 2004 19:07:12 +0000 (19:07 +0000)] 
Cygwin's mntent.h requires stdio.h to be included first.

20 years agoExplicitly specify name of the pipe in the pipe test.
Dmitry Timoshkov [Mon, 24 May 2004 19:06:52 +0000 (19:06 +0000)] 
Explicitly specify name of the pipe in the pipe test.

20 years agoSome fixes to module browsing.
Eric Pouech [Mon, 24 May 2004 19:06:32 +0000 (19:06 +0000)] 
Some fixes to module browsing.

20 years agoMake sure we don't truncate the file on open before we have checked
Alexandre Julliard [Sat, 22 May 2004 03:15:04 +0000 (03:15 +0000)] 
Make sure we don't truncate the file on open before we have checked
the sharing modes (thanks to Dmitry Timoshkov for the test case).

20 years agoAdd a test for opening an already opened file for writing in a not
Dmitry Timoshkov [Sat, 22 May 2004 03:14:17 +0000 (03:14 +0000)] 
Add a test for opening an already opened file for writing in a not
compatible sharing mode.

20 years agoAdded some traces to kernel file functions.
Christian Costa [Sat, 22 May 2004 03:13:56 +0000 (03:13 +0000)] 
Added some traces to kernel file functions.

20 years agoConverted the memory views list to use the standard functions from
Alexandre Julliard [Fri, 21 May 2004 20:58:44 +0000 (20:58 +0000)] 
Converted the memory views list to use the standard functions from
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.

20 years ago- add version info to dplay.dll
Tom Wickline [Fri, 21 May 2004 20:54:47 +0000 (20:54 +0000)] 
- add version info to dplay.dll
- add licence info to qcap
- add d3drm and dpnhpast to dll overrides

20 years agoFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPPER) test.
Robert Reif [Fri, 21 May 2004 20:53:45 +0000 (20:53 +0000)] 
Fixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPPER) test.
Moved format structure array to header file and restored
NB_WIN_FORMATS macro to calculate array size.
Added more error results and used macro as suggested by Andreas Mohr.
Cleaned up error result printing to be more consistent.

20 years agoAdded retrieval of ATI info.
Christian Costa [Fri, 21 May 2004 20:53:19 +0000 (20:53 +0000)] 
Added retrieval of ATI info.

20 years agoRevert broken strict aliasing fix.
Marcus Meissner [Fri, 21 May 2004 20:52:57 +0000 (20:52 +0000)] 
Revert broken strict aliasing fix.

20 years agoLet GetFontLanguageInfo() return the GCP_REORDER flag only in case the
Rein Klazes [Fri, 21 May 2004 20:51:17 +0000 (20:51 +0000)] 
Let GetFontLanguageInfo() return the GCP_REORDER flag only in case the
DC alignment is right-to-left.

20 years agoAdd a test for window's hinstance.
Dmitry Timoshkov [Fri, 21 May 2004 20:50:55 +0000 (20:50 +0000)] 
Add a test for window's hinstance.

20 years agoSplit off the winmm capture test.
Francois Gouget [Thu, 20 May 2004 01:39:47 +0000 (01:39 +0000)] 
Split off the winmm capture test.

20 years agoDon't use the Wine debug functions.
Alexandre Julliard [Thu, 20 May 2004 01:19:05 +0000 (01:19 +0000)] 
Don't use the Wine debug functions.
Fixed wrong A/W length checks.

20 years ago- Make new tests pass on win2k SP4 and win95 OSR2.
Dmitry Timoshkov [Thu, 20 May 2004 01:17:28 +0000 (01:17 +0000)] 
- Make new tests pass on win2k SP4 and win95 OSR2.
- Add logging of some useful messages in the parent window.
- Add logging of wparam for WM_IME_SETCONTEXT.

20 years agoAdd a 5 second test tone to help debug issues with the tone duration
Francois Gouget [Thu, 20 May 2004 01:16:50 +0000 (01:16 +0000)] 
Add a 5 second test tone to help debug issues with the tone duration
and help detect stutter issues.
Add explanations describing the interactive test.

20 years agoUse triggers to disable the sound input/output side we don't care
Francois Gouget [Thu, 20 May 2004 01:16:10 +0000 (01:16 +0000)] 
Use triggers to disable the sound input/output side we don't care
about when in pseudo fullduplex mode.

20 years agoBetter handling of User IDirectMusicTools.
Raphael Junqueira [Thu, 20 May 2004 01:15:30 +0000 (01:15 +0000)] 
Better handling of User IDirectMusicTools.

20 years ago- first draft of D3DCLIPSTATUS8 handling (not really used for now)
Raphael Junqueira [Wed, 19 May 2004 04:33:42 +0000 (04:33 +0000)] 
- first draft of D3DCLIPSTATUS8 handling (not really used for now)
- add a new DEBUG_SINGLE_MODE #define (for debug caps needs)
- better traces for surface dumping
- much better Texture support on Utilities functions and on
  CheckDeviceType
- D3DRS_ZVISIBLE as unsupported (as seen in msdn)

20 years ago- Better loading of IDirectMusicSegTriggerTrack (internal list of
Raphael Junqueira [Wed, 19 May 2004 04:32:43 +0000 (04:32 +0000)] 
- Better loading of IDirectMusicSegTriggerTrack (internal list of
  subtracks)
- Better stubs for IDirectMusicTempoTrack::InitPlay and
  IDirectMusicTempoTrack::EndPlay (InitPlay should return a valid
  memory pointer so allocate it). Should be extended for all
  IDirectMusicTrack objects.

20 years agoGetModuleFileName[AW] doesn't terminate the string if the buffer is
Eric Pouech [Wed, 19 May 2004 03:22:55 +0000 (03:22 +0000)] 
GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.

20 years ago- removed file extension from module (and suffixed ELF modules with
Eric Pouech [Tue, 18 May 2004 21:29:09 +0000 (21:29 +0000)] 
- removed file extension from module (and suffixed ELF modules with
  <elf>)
- added generic thunk support for builtin modules (with the help of
  winebuild's new markers for thunks)
- for ELF modules, no longer generating SymTagPublicSymbols objects
  from ELF public symbol table
- because of last point, rewrote stabs symbols' address and size
  management by parsing directly the symtab instead of using
  SymTagPublicSymbols objects
- cleaned up SymTagPublicSymbols object names for native modules
- fixed off by one errors in array management
- SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
  resynchronization of internal ELF modules list)
- new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
  in SymEnumModules (as well as loader with <wine-loader>)
- some minor internal clean-ups
- enhanced const correctness

20 years ago- added size information about most of the generated thunks (import,
Eric Pouech [Tue, 18 May 2004 21:27:44 +0000 (21:27 +0000)] 
- added size information about most of the generated thunks (import,
  16/32 relay...)
- marked the wine thunks by inserting specific symbols (to be managed
  by wine's dbghelp)
- removed the stabs generation:
  + mostly used by winedbg, and the previous item will replace it for
    dbghelp
  + still broken for gdb anyway
- enhanced const correctness

20 years agoActivate another window when the dialog gets hidden in EndDialog.
Alexandre Julliard [Tue, 18 May 2004 20:45:22 +0000 (20:45 +0000)] 
Activate another window when the dialog gets hidden in EndDialog.

20 years agoAdded some optional messages to make all tests succeed on XP.
Alexandre Julliard [Tue, 18 May 2004 20:44:23 +0000 (20:44 +0000)] 
Added some optional messages to make all tests succeed on XP.
Added tests for EndDialog and a simple modal dialog.

20 years agoAdded some missing prototypes.
Eric Pouech [Tue, 18 May 2004 20:43:29 +0000 (20:43 +0000)] 
Added some missing prototypes.

20 years agoWhen building PostScript paths with the *_PATH escapes, don't clip the
Huw Davies [Tue, 18 May 2004 20:42:09 +0000 (20:42 +0000)] 
When building PostScript paths with the *_PATH escapes, don't clip the
path building primitives.  The clipping comes into play when we
actually draw something.

20 years agoAdded version info to MSI dll.
Christian Costa [Tue, 18 May 2004 20:41:47 +0000 (20:41 +0000)] 
Added version info to MSI dll.

20 years agoImplemented the debug version of operator new (C++).
Patrik Stridvall [Tue, 18 May 2004 01:05:36 +0000 (01:05 +0000)] 
Implemented the debug version of operator new (C++).

20 years agoAdded empty (stubs in spec only) d3drm.
Ivan Leo Murray-Smith [Tue, 18 May 2004 00:54:12 +0000 (00:54 +0000)] 
Added empty (stubs in spec only) d3drm.

20 years agoOnly child windows receive WM_SHOWWINDOW in DestroyWindow() under
Dmitry Timoshkov [Tue, 18 May 2004 00:48:52 +0000 (00:48 +0000)] 
Only child windows receive WM_SHOWWINDOW in DestroyWindow() under
Windows.

20 years agoAdded a couple of tests for SetActiveWindow.
Alexandre Julliard [Tue, 18 May 2004 00:48:09 +0000 (00:48 +0000)] 
Added a couple of tests for SetActiveWindow.

20 years agoEnabled pixel shaders 1.4.
Christian Costa [Tue, 18 May 2004 00:45:21 +0000 (00:45 +0000)] 
Enabled pixel shaders 1.4.
Fixed handling of macros at the end of vertex shaders.
Handled NOP and PHASE instructions.
Fixed versions of several instructions.
Improved pixel shader dump traces.
Fixed write mask.
Fixed X2 and -X2 source modifiers and implements DZ and DW ones.
Implemented texcrd, texld, texm3x3pad, texm3x3tex, texm3x3spec and
texm3x3vspec instructions (and partially texbem).
Added cnd, cmp and lrp instructions.
Rewrite of the "autoparam" code so we can add more complicated
instructions (only cnd and cmp as well as simple instructions use that
code at the moment).

20 years ago- TBN_DRAGOUT and NM_RDBLCLK notifications.
Robert Shearman [Tue, 18 May 2004 00:44:47 +0000 (00:44 +0000)] 
- TBN_DRAGOUT and NM_RDBLCLK notifications.
- Remove unneeded member of private toolbar struct.

20 years agoAdded support for mapping UNC filenames to the dosdevices directory.
Alexandre Julliard [Mon, 17 May 2004 21:09:19 +0000 (21:09 +0000)] 
Added support for mapping UNC filenames to the dosdevices directory.

20 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 17 May 2004 21:08:31 +0000 (21:08 +0000)] 
Fixed some issues found by winapi_check.

20 years agoStrSpnW doesn't exist in comctl32.dll but StrCSpnW does.
Patrik Stridvall [Mon, 17 May 2004 20:51:27 +0000 (20:51 +0000)] 
StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.

20 years agoAdded the IInternetSession interface.
Patrik Stridvall [Mon, 17 May 2004 20:51:02 +0000 (20:51 +0000)] 
Added the IInternetSession interface.

20 years ago- API files update.
Patrik Stridvall [Mon, 17 May 2004 20:50:24 +0000 (20:50 +0000)] 
- API files update.
- Minor bug fixes.

20 years agoFix scanf handling of float numbers (beginning with a dot).
Raphael Junqueira [Mon, 17 May 2004 19:49:44 +0000 (19:49 +0000)] 
Fix scanf handling of float numbers (beginning with a dot).

20 years agoCombobox popups should be always-on-top.
Thomas Weidenmueller [Mon, 17 May 2004 19:49:19 +0000 (19:49 +0000)] 
Combobox popups should be always-on-top.

20 years agoHandle XYZRHW vertex mode correctly in slow path.
Christian Costa [Mon, 17 May 2004 19:49:01 +0000 (19:49 +0000)] 
Handle XYZRHW vertex mode correctly in slow path.

20 years ago- First drafts for IDirectMusicSegment::GetParam and
Raphael Junqueira [Mon, 17 May 2004 19:48:49 +0000 (19:48 +0000)] 
- First drafts for IDirectMusicSegment::GetParam and
  IDirectMusicTempoTrack::GetParam (need modif on Load).
- Return value fixes for GetClassID of TempoTrack and Segment.

20 years ago- Let the subclassing stack grow the opposite way to make the code
Filip Navara [Mon, 17 May 2004 19:48:24 +0000 (19:48 +0000)] 
- Let the subclassing stack grow the opposite way to make the code
  more transparent.
- Remove SubclassWndProc and move its logic to DefSubclassProc.

20 years ago- If a crypto provider does not have a Signature in the registry,
Juan Lang [Mon, 17 May 2004 19:48:00 +0000 (19:48 +0000)] 
- If a crypto provider does not have a Signature in the registry,
  check for the presence of the SigInFile value before failing.
- Get rid of a couple redundant assignments.

20 years agoRemoved the no longer used SMB file I/O support, we can't do reliable
Alexandre Julliard [Fri, 14 May 2004 22:24:48 +0000 (22:24 +0000)] 
Removed the no longer used SMB file I/O support, we can't do reliable
file I/O in user space anyway.

20 years agoBetter fix for removing trailing spaces in RtlGetFullPathName_U.
Alexandre Julliard [Fri, 14 May 2004 22:10:24 +0000 (22:10 +0000)] 
Better fix for removing trailing spaces in RtlGetFullPathName_U.
Need to remove trailing dots too (reported by Ken Belleau).

20 years agoUse environment variables instead of config file entries to specify
Alexandre Julliard [Fri, 14 May 2004 21:43:18 +0000 (21:43 +0000)] 
Use environment variables instead of config file entries to specify
path, profile, temp, windows and system directories.
Convert existing config file entries to registry values under
HKCU\Environment.

20 years agoAdded Environment section.
Alexandre Julliard [Fri, 14 May 2004 21:40:48 +0000 (21:40 +0000)] 
Added Environment section.
Fixed path of shell folders key in HKEY_USERS.

20 years agoUpdated the version info of all DirectX dlls to the version numbers of
Ivan Leo Murray-Smith [Fri, 14 May 2004 21:37:32 +0000 (21:37 +0000)] 
Updated the version info of all DirectX dlls to the version numbers of
DirectX 9.0b for Windows 2000/XP.

20 years ago- Parse DMStyle motifs (ie patterns) and bands (fill lists).
Raphael Junqueira [Fri, 14 May 2004 21:36:15 +0000 (21:36 +0000)] 
- Parse DMStyle motifs (ie patterns) and bands (fill lists).
- Implement  IDirectMusicSegment8::InsertTrack and
  IDirectMusicSegment8::RemoveTrack (now EnumTrack GetParam, and
  GetTrack should be easy to do).

20 years agoSome updates to the faq.
Tom Wickline [Fri, 14 May 2004 21:35:32 +0000 (21:35 +0000)] 
Some updates to the faq.

20 years agoSet environment variables from the HKCU\Environment key too.
Alexandre Julliard [Fri, 14 May 2004 05:03:29 +0000 (05:03 +0000)] 
Set environment variables from the HKCU\Environment key too.
Moved current directory initialisation to process.c.
Make sure to always pass the correct current directory in the process
parameters for child processes.

20 years ago- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
Raphael Junqueira [Fri, 14 May 2004 04:57:02 +0000 (04:57 +0000)] 
- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
  dmstyle directory that share the debug and helper functions for dmusic
  dlls (as Rok's idea for dmloader).
- Use new helpers functions to load References on
  IDirectMusicSegTriggerTrack loading (currently they leak).
- IDirectMusicStyle (almost partial) loading.
- Minor fixes.

20 years agoFixed some of the GetShortPathName tests to use the short version of
Alexandre Julliard [Fri, 14 May 2004 04:55:28 +0000 (04:55 +0000)] 
Fixed some of the GetShortPathName tests to use the short version of
the current directory where needed.

20 years agoPrint human-readable capabilities flag.
Robert Reif [Fri, 14 May 2004 04:54:54 +0000 (04:54 +0000)] 
Print human-readable capabilities flag.

20 years agoMake sure to save the registry files even if we failed to load them.
Alexandre Julliard [Fri, 14 May 2004 00:45:11 +0000 (00:45 +0000)] 
Make sure to save the registry files even if we failed to load them.

20 years agoSample rate sanity check.
Robert Reif [Fri, 14 May 2004 00:44:06 +0000 (00:44 +0000)] 
Sample rate sanity check.
Fix SMPTE time.

20 years agoMake wineinstall use wineprefixcreate instead of duplicating the
Alexandre Julliard [Fri, 14 May 2004 00:43:50 +0000 (00:43 +0000)] 
Make wineinstall use wineprefixcreate instead of duplicating the
functionality.

20 years agoAdded proper support for switching file APIs between ANSI and OEM
Alexandre Julliard [Thu, 13 May 2004 20:21:25 +0000 (20:21 +0000)] 
Added proper support for switching file APIs between ANSI and OEM
codepages. Optimized some of the A->W conversions by using the
per-thread Unicode string buffer.

20 years agowaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
Robert Reif [Thu, 13 May 2004 19:41:53 +0000 (19:41 +0000)] 
waveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
MMSYSERR_NODRIVER when no drivers present.
Add better error messages.

20 years agoUpdate to version 9.
Ivan Leo Murray-Smith [Thu, 13 May 2004 19:41:34 +0000 (19:41 +0000)] 
Update to version 9.

20 years agoAccept EMR_EXTTEXTOUT records with emrtext.offDx set to 0.
Dmitry Timoshkov [Thu, 13 May 2004 19:41:10 +0000 (19:41 +0000)] 
Accept EMR_EXTTEXTOUT records with emrtext.offDx set to 0.

20 years agoAdd new dlls and fix alphabetical location of a couple dlls.
Tom Wickline [Thu, 13 May 2004 19:40:53 +0000 (19:40 +0000)] 
Add new dlls and fix alphabetical location of a couple dlls.