Commit Graph

22 Commits (fb6ad0fe2131b8b716147ac4e32ad7fcd5a4d32b)

Author SHA1 Message Date
Bruno Jesus 0030353082 dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference. 2015-06-16 16:50:56 +09:00
Alexandre Julliard 7d3559bfe9 dxguid: Remove some symbols that aren't exported in native. 2014-04-24 12:41:38 +02:00
Michael Stefaniuc edddda2374 include: There is no need to duplicate CLSID_DirectMusicAudioPathConfig as CLSID_DirectMusicAudioPath.
CLSID_DirectMusicAudioPath is private to Wine and produces the confusion
between the COM objects DirectMusicAudioPath and
DirectMusicAudioPathConfig. But those are totally different things.
2014-01-10 12:09:12 +01:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
Alexandre Julliard c85503f0b0 dmband: Remove some unused functions. 2008-12-01 13:24:21 +01:00
Andrew Talbot 164e732ba1 dmband: Sign-compare warning fix. 2008-07-30 12:44:08 +02:00
Andrew Talbot 32a21e2e71 dmband: Remove unneeded address-of operators from array names. 2008-07-10 12:19:43 +02:00
Rob Shearman 5dd2f1efa8 Include config.h and wine/port.h in files that use snprintf. 2008-02-29 12:39:28 +01:00
Andrew Talbot 0c4ffe4ff0 dmband: Assign to struct instead of using memcpy. 2008-02-20 12:06:40 +01:00
Alexandre Julliard 7718d2bd7c dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
Confirmed by the original author and the major contributors.
2007-05-30 12:54:07 +02:00
Andrew Talbot 8f2349d309 dmband: Exclude unused headers. 2007-05-02 14:58:27 +02:00
Andrew Talbot 318ebd2289 dmband: Constify some variables. 2007-04-25 11:50:30 +02:00
Michael Stefaniuc 22684cc767 janitorial: Remove stray '\' at end of lines. 2007-01-09 12:04:26 +01:00
Andrew Talbot c8df290e3c dmband: Declare some functions static. 2007-01-04 21:14:01 +01:00
Michael Stefaniuc 1c774013a8 dmband: Win64 printf format warning fixes. 2006-10-12 21:43:02 +02:00
Stefan Leichter 5cc08af858 dmband: Print 64bit integers with wine_dbgstr_longlong. 2006-09-27 09:39:45 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 3a9f2262b1 Fix up declarations. 2005-06-22 12:01:39 +00:00
Dimitrie O. Paun bedc52ae71 Debug fixes and cleanup. 2005-01-03 14:46:40 +00:00
Alexandre Julliard 25e2a320a7 Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
Francois Gouget bf72af30d0 Modify widl to put the C COM macros inside an #ifdef COBJMACROS block
as is done in the Windows headers.
Add #define COBJMACROS where needed in Wine.
Fixes the compilation of the oleaut32/tests/olefont.c and
urlmon/tests/url.c conformance tests with the Windows headers.
2004-08-11 19:43:45 +00:00
Raphael Junqueira 106e13ab09 - 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.
2004-05-14 04:57:02 +00:00