From: Jos v.d.V. <jo...@us...> - 2006-04-19 11:11:29
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15388a/src/lib Modified Files: ExtStruct.f Log Message: Jos: Added: FOURCC Index: ExtStruct.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ExtStruct.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ExtStruct.f 19 Apr 2006 10:00:29 -0000 1.5 --- ExtStruct.f 19 Apr 2006 11:11:25 -0000 1.6 *************** *** 60,63 **** --- 60,64 ---- ' dword alias int ' dword alias uint + ' dword alias FOURCC \ for storing four ASCII bytes in a 32-bit field ' dword alias ulong ' dword alias langid |