[MPlayer-cvslog] CVS: main/loader com.h, 1.8, 1.9 module.c, 1.25, 1.26 win32.c, 1.100, 1.101
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Thu Aug 11 00:48:34 CEST 2005
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv20544/loader
Modified Files:
com.h module.c win32.c
Log Message:
Remove stray MSDOS linebreaks
Index: com.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/com.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- com.h 15 Apr 2005 20:17:11 -0000 1.8
+++ com.h 10 Aug 2005 22:48:31 -0000 1.9
@@ -77,7 +77,7 @@
struct IClassFactory_vt* vt;
};
-long CoCreateInstance(GUID* rclsid, struct IUnknown* pUnkOuter,
+long CoCreateInstance(GUID* rclsid, struct IUnknown* pUnkOuter,
long dwClsContext, const GUID* riid, void** ppv);
#ifdef __cplusplus
Index: module.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/module.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- module.c 15 Apr 2005 20:17:12 -0000 1.25
+++ module.c 10 Aug 2005 22:48:31 -0000 1.26
@@ -642,13 +642,13 @@
http://lists.apple.com/archives/quicktime-api/2003/Jan/msg00278.html
*/
-struct ComponentParameters {
- unsigned char flags; /* call modifiers: sync/async, deferred, immed, etc */
- unsigned char paramSize; /* size in bytes of actual parameters passed to this call */
- short what; /* routine selector, negative for Component management calls */
- long params[1]; /* actual parameters for the indicated routine */
-};
-typedef struct ComponentParameters ComponentParameters;
+struct ComponentParameters {
+ unsigned char flags; /* call modifiers: sync/async, deferred, immed, etc */
+ unsigned char paramSize; /* size in bytes of actual parameters passed to this call */
+ short what; /* routine selector, negative for Component management calls */
+ long params[1]; /* actual parameters for the indicated routine */
+};
+typedef struct ComponentParameters ComponentParameters;
static char* component_func(int what){
if (what < 0) // Range 0: Standard Component Calls
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- win32.c 25 May 2005 08:48:31 -0000 1.100
+++ win32.c 10 Aug 2005 22:48:31 -0000 1.101
@@ -3280,7 +3280,7 @@
{0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}
};
-static long WINAPI expCoCreateInstance(GUID* rclsid, struct IUnknown* pUnkOuter,
+static long WINAPI expCoCreateInstance(GUID* rclsid, struct IUnknown* pUnkOuter,
long dwClsContext, const GUID* riid, void** ppv)
{
int i;
More information about the MPlayer-cvslog
mailing list