This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygipc (and PostgreSQL) XP problem resolved!


On Mon, 12 May 2003, Jason Tishler wrote:

> Igor,
>
> On Wed, May 07, 2003 at 10:09:51PM -0400, Igor Pechtchanski wrote:
> > It also calls GetVersion() twice every time it resolves a semaphore
> > name.  It might be better to use something like
> >
> > #define FULL_NAMESPACE_PATH(name) \
> >      ({WORD ver=LOWORD(GetVersion()); \
> >       (MAKEWORD(HIBYTE(ver),LOBYTE(ver)) >= MAKEWORD(1,5)) ? \
> >        NAMESPACE_PREFIX name : name})
>                                      ^
>                                      +--- missing semicolon
>
> Did you compile the above? :,)
> Anyway, thanks for pointing me in the right direction.
> Jason

*Sigh*...  No, I didn't.  Sorry.  I'll add a disclaimer next time...
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Knowledge is an unending adventure at the edge of uncertainty.
  -- Leto II


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]