[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/sources ErrorCode.cpp, 1.1, 1.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:44:22
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22720 Modified Files: ErrorCode.cpp Log Message: Win32 changes Index: ErrorCode.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/ErrorCode.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ErrorCode.cpp 1 Oct 2006 19:19:18 -0000 1.1 --- ErrorCode.cpp 22 Feb 2007 02:44:18 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- */ + /********************************************************************** *************** *** 30,33 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 150,154 **** */ ! ErrorCode YAAFGetErrorCode() { XGThread *t; --- 153,157 ---- */ ! uint32 YAAFGetOSErrorCode() { XGThread *t; |