Michael Stefaniuc
|
dfd821d6a9
|
msdmo: Remove superfluous pointer casts.
|
2009-01-23 13:14:18 +01:00 |
Alexandre Julliard
|
505434aa08
|
msdmo: Convert source files to utf-8.
|
2008-10-18 19:20:10 +02:00 |
Marcus Meissner
|
0ff2c06c1d
|
Fixed RegEnumKey(Ex)W buffer sizes.
|
2008-10-13 12:04:26 +02:00 |
Andrew Talbot
|
6324670b31
|
msdmo: Fix calculation of array size in bytes.
|
2008-04-10 09:51:42 +02:00 |
Andrew Talbot
|
a9200b2401
|
msdmo: Array parameter is passed to function as pointer so loses size information.
|
2008-04-08 11:59:14 +02:00 |
Aric Stewart
|
20ae8d2804
|
msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag.
|
2007-10-29 12:02:33 +01:00 |
Francois Gouget
|
d223716b7b
|
msdmo: Fix the DMOGetName() prototype.
|
2007-10-15 14:06:30 +02:00 |
Francois Gouget
|
5e336f45d2
|
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
|
2007-10-15 14:06:27 +02:00 |
Aric Stewart
|
352d29b194
|
msdmo: Improve registration and reading of codecs.
|
2007-10-11 16:24:29 +02:00 |
Aric Stewart
|
54720c78f7
|
msdmo: Implement DMOGetTypes.
|
2007-10-05 10:33:56 +02:00 |
Francois Gouget
|
e84562a15a
|
msdmo: Improve the prototypes Win64 compatibility by replacing long with LONG.
|
2007-06-13 11:18:15 +02:00 |
Andrew Talbot
|
a7e82e68ea
|
msdmo: Constify some variables.
|
2007-05-29 12:04:30 +02:00 |
Andrew Talbot
|
72cdeaffd9
|
msdmo: Declare a function static.
|
2007-01-12 11:23:47 +01:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Michael Stefaniuc
|
426d27cbe6
|
msdmo: Win64 printf format warning fixes.
|
2006-10-06 12:33:27 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
0791d06215
|
Interlocked LONG* gcc warning fixes.
|
2005-07-12 19:21:36 +00:00 |
Marcus Meissner
|
20ad4d174e
|
Drop duplicate definition of IID_IEnumDMO.
|
2005-06-02 19:43:47 +00:00 |
Dmitry Timoshkov
|
b67da5b946
|
Make more of the OLE interface vtables const.
|
2005-06-01 19:57:42 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |
Ulrich Czekalla
|
e3c9de666d
|
Implemented DMORegister, DMOUnregister, DMOGetName, DMOEnum.
|
2003-11-25 00:55:57 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Michael Günnewig
|
38f64727e5
|
- Implemented Mo* methods.
- Added stubs for DMORegister, DMOUnregister, DMOEnum, DMOGetTypes,
DMOGetName.
- Added version resources.
|
2003-07-21 20:03:50 +00:00 |
Hidenori Takeshima
|
4887da520e
|
Removed some code because of concerns over the Microsoft DirectX SDK
license agreement.
|
2002-03-22 19:19:23 +00:00 |
Hidenori Takeshima
|
4e69776f78
|
Implemented some APIs.
Added some stubs.
|
2002-03-20 00:50:35 +00:00 |