|
From: Andre R. <and...@us...> - 2006-02-05 14:29:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32142 Modified Files: macconv.h Log Message: Declare kNavGenericSignature here to make filedialogverb in fileverbs.c compile on Win32. Index: macconv.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/macconv.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** macconv.h 11 Jan 2005 22:48:01 -0000 1.4 --- macconv.h 5 Feb 2006 14:29:49 -0000 1.5 *************** *** 706,709 **** --- 706,713 ---- }; + enum { /* 2006-02-05 aradke: for filedialogverb in fileverbs.c */ + kNavGenericSignature = '****' /* 0x2a2a2a2a */ + }; + #define iBeamCursor -100 #define watchCursor -101 |