|
From: Karsten W. <kar...@us...> - 2006-03-10 22:27:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2899/Common/headers Modified Files: Tag: pre_int64_branch WinSockNetEvents.h frontierdefs.h Log Message: long overdue commit update Index: WinSockNetEvents.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/WinSockNetEvents.h,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** WinSockNetEvents.h 11 Jan 2005 22:48:00 -0000 1.3 --- WinSockNetEvents.h 10 Mar 2006 22:26:58 -0000 1.3.6.1 *************** *** 103,107 **** /* Set up a listner on a port */ ! extern boolean fwsNetEventListenStream (unsigned long port, long depth, bigstring callback, unsigned long refcon, unsigned long * stream, unsigned long ipaddr, long hdatabase); /* get the status of a stream */ --- 103,107 ---- /* Set up a listner on a port */ ! extern boolean fwsNetEventListenStream (unsigned long port, long depth, bigstring lcallback, unsigned long refcon, unsigned long * stream, unsigned long ipaddr, long hdatabase); /* get the status of a stream */ Index: frontierdefs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontierdefs.h,v retrieving revision 1.7.6.2 retrieving revision 1.7.6.3 diff -C2 -d -r1.7.6.2 -r1.7.6.3 *** frontierdefs.h 14 Feb 2006 11:40:04 -0000 1.7.6.2 --- frontierdefs.h 10 Mar 2006 22:26:58 -0000 1.7.6.3 *************** *** 83,89 **** --- 83,94 ---- // kw 2006-01-27 --- make new data types #define LONGINT_LONGDATE 1 + // kw - 2006-02-13 --- a test for the AE-memory leak #define AEDISPOSAL 1 + // kw - 2006-02-15 --- oplanglist accelerator + #define OPLANGLISTACCEL 0 + + #ifdef MACVERSION #define macBirdRuntime 1 |