|
From: Tim B. <tbi...@us...> - 2006-06-09 01:38:10
|
Update of /cvsroot/aaf/AAF/ref-impl/aaflib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4977 Modified Files: aaflib.h Log Message: Add VC++ specific typedefs. Index: aaflib.h =================================================================== RCS file: /cvsroot/aaf/AAF/ref-impl/aaflib/aaflib.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** aaflib.h 8 Jun 2006 20:31:35 -0000 1.21 --- aaflib.h 9 Jun 2006 01:38:06 -0000 1.22 *************** *** 14,18 **** // under the License. // ! // The Original Code of this file is Copyright 1998-2005, Licensor of the // AAF Association. // --- 14,18 ---- // under the License. // ! // The Original Code of this file is Copyright 1998-2006, Licensor of the // AAF Association. // *************** *** 271,274 **** --- 271,283 ---- aafUInt32 bufSize); + typedef HRESULT (STDAPICALLTYPE * LPAAFRESULTTOTEXTBUFLEN) ( + AAFRESULT result, + aafUInt32 * pResultTextSize); + + typedef HRESULT (STDAPICALLTYPE * LPAAFRESULTTOTEXT) ( + AAFRESULT result, + aafCharacter * pResultText, + aafUInt32 resultTextSize); + #endif |