Sign in
goma
/
wine
/
b56dc9a6f7ca2948fcd56ba55fd4c91cd78f08ea
/
dlls
/
dmusic
/
dmusic_main.c
b56dc9a
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
by Alexandre Julliard
· 14 years ago
0c4ec94
dmusic: Merge the IClassFactory implementations.
by Michael Stefaniuc
· 14 years ago
f5090d2
dmusic: Convert dll registration to the IRegistrar mechanism.
by Alexandre Julliard
· 14 years ago
ab683fe
dmusic: Constify a variable.
by Andrew Talbot
· 15 years ago
bf0d0ac
dmusic: Avoid newlines inside FIXME messages.
by Michael Stefaniuc
· 15 years ago
68eb63a
dmusic: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
c437e3d
dmusic: Remove some unused functions.
by Alexandre Julliard
· 16 years ago
7e59853
dmusic: Sign-compare warning fix.
by Andrew Talbot
· 17 years ago
5dd2f1e
Include config.h and wine/port.h in files that use snprintf.
by Rob Shearman
· 17 years ago
8a4db52
dmusic: Remove unneeded casts.
by Andrew Talbot
· 17 years ago
f56ca61
dmusic: Indirection level fix.
by Andrew Talbot
· 18 years ago
7718d2b
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
by Alexandre Julliard
· 18 years ago
391b1c2
dmusic: Constify a variable.
by Andrew Talbot
· 18 years ago
af30447
dmusic: Replaced && 0xfff... by & 0xff.
by Marcus Meissner
· 18 years ago
a4253ba
dmusic: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
08e1260
dmusic: Print 64bit integers with wine_dbgstr_longlong.
by Stefan Leichter
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
1de5d3c
Correct more mismatches between spec files and comments about export number.
by Francois Gouget
· 20 years ago
21e3ba8
Correct mismatches between spec files and comments about export number.
by Vincent Béron
· 20 years ago
d37f0ab
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
by Alexandre Julliard
· 20 years ago
b67da5b
Make more of the OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
e8cafa5
Properly implement DllCanUnloadNow ref counting.
by James Hawkins
· 20 years ago
ba92d29
- Use Interlocked* instead of ++/-- in AddRef/Release.
by James Hawkins
· 20 years ago
39a696a
Removed some uses of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
f714b39
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro.
by Alexandre Julliard
· 21 years ago
48c4bb3
Get rid of the non-standard ICOM_VTABLE macro.
by Alexandre Julliard
· 21 years ago
0467ce9
Get rid of the non-standard ICOM_VFIELD macro.
by Alexandre Julliard
· 21 years ago
b26d65b
Added name resolving for CLSIDs, IIDs, GUIDs and return codes.
by Rok Mandeljc
· 21 years ago
0382ea1
- updated resources to DX9
by Rok Mandeljc
· 21 years ago
df167d1
- implemented loader, loader's stream and loading of objects (now you
by Rok Mandeljc
· 22 years ago
473c565
Split the dmusic interfaces.
by Rok Mandeljc
· 22 years ago
952e13c
Implement DllRegisterServer and DllUnregisterServer for dmusic.dll,
by John K. Hohm
· 22 years ago
4e1ef0c
For all DLLs with defined DllMain and which do not require
by Dmitry Timoshkov
· 22 years ago
25bf82b
- huge COM cleanup: only keep dmusic8 version of interfaces when they
by Raphael Junqueira
· 22 years ago
bba4975
- always use IDirectMusicPerformance8Impl instead of
by Raphael Junqueira
· 22 years ago
a4a5e9a
- added debug
by Rok Mandeljc
· 22 years ago
9d1ca9f
Dmusic class factory can now create dmloader8 and dmperformance8.
by Rok Mandeljc
· 22 years ago
ecaf53f
Some dmusic functions implementation.
by Rok Mandeljc
· 22 years ago
2d04be7
Stub implementation of the dmusic dll.
by Rok Mandeljc
· 22 years ago