Palm Developer wrote:
On Tue, 17 Dec 2002, Chris Tutty wrote:

#define MEMMOVE(d, s) MemMove(d, s, sizeof d)
#define MEMMOVE(d,s) MemMove( &d, &s, sizeof(d) )
this needs the & doesn't it?


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to