[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/headers XCoreTypes.h, 1.1, 1.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 01:56:38
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3567 Modified Files: XCoreTypes.h Log Message: Win32 changes Index: XCoreTypes.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreTypes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreTypes.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreTypes.h 22 Feb 2007 01:56:37 -0000 1.2 *************** *** 107,111 **** #endif //@} ! #endif \ No newline at end of file --- 107,113 ---- #endif + #define CHAR4(a,b,c,d) ( ((uint8)a<<24L) | ((uint8)b<<16L) | ((uint8)c<<8L) | (uint8)d ) + //@} ! #endif |