CVS: main/loader/qtx/qtxsdk components.h,1.1,1.2
Update of /cvsroot/mplayer/main/loader/qtx/qtxsdk In directory mplayer:/var/tmp.root/cvs-serv1620 Modified Files: components.h Log Message: struct->typedef Index: components.h =================================================================== RCS file: /cvsroot/mplayer/main/loader/qtx/qtxsdk/components.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- components.h 27 Oct 2001 17:45:27 -0000 1.1 +++ components.h 9 Nov 2001 03:26:12 -0000 1.2 @@ -1,26 +1,23 @@ typedef long ComponentResult; typedef unsigned char UInt8; -struct ComponentParameters -{ +typedef struct { UInt8 flags; UInt8 paramSize; short what; long params[1]; -}; +} ComponentParameters; -struct ComponentInstace -{ +typedef struct { long data[1]; -}; +} ComponentInstace; typedef int OSType; -struct ComponentDescription -{ +typedef struct { OSType componentType; OSType componentSubType; OSType componentManufacturer; unsigned long componentFlags; unsigned long componentFlagsMask; -}; +} ComponentDescription;
participants (1)
-
Arpi of Ize