Thread: zic with msvc
View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 10:05 AM
Tom Lane
 
Posts: n/a
Default Re: zic with msvc

"Magnus Hagander" <mha@sollentuna.net> writes:
> + #ifdef WIN32
> + #define _WIN32_WINNT 0x0400
> + #endif


Hmm ... in pg_ctl.c I see

#define _WIN32_WINNT 0x0500

Is there a reason for these to be different? Are there other places
that will need this (ie, maybe it should be in c.h instead?)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote