gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS update


From: Marcin Wiacek
Subject: RE: CVS update
Date: Tue, 2 Apr 2002 16:27:37 +0200

Hello,

> There are additional things to resolve. Why did you commented out some
> timerxxx() macros? (I think VC defines some macros with the 
> same name). Can you show us the original macros?
Winsock.h:

/*
 * Operations on timevals.
 *
 * NB: timercmp does not work for >= or <=.
 */
#define timerisset(tvp)         ((tvp)->tv_sec || (tvp)->tv_usec)
#define timercmp(tvp, uvp, cmp) \
        ((tvp)->tv_sec cmp (uvp)->tv_sec || \
         (tvp)->tv_sec == (uvp)->tv_sec && (tvp)->tv_usec cmp
(uvp)->tv_usec)
#define timerclear(tvp)         (tvp)->tv_sec = (tvp)->tv_usec = 0


Pozdrowienia/Best Regards
-- 
Marcin Wiacek (mailto:address@hidden,
http://marcin-wiacek.topnet.pl, http://marcin-wiacek.fkn.pl/)

mygnokii mirrors (http://www.mds.mdh.se/~cel95eig/mygnokii/,
http://grumble.zereau.com/gnokii/, http://reinhold.bachrain.de/)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]