[HACKERS] UUID patch broke win32

2007-01-28 Thread Magnus Hagander
Seems the UUID patch broke Windows builds. http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=snakedt=2007-01-28%2018:30:01 uuid_t is defined to UUID in the win32 platform SDK header files. I would suggest we use pguuid_t or something like that instead. //Magnus ---(end

Re: [HACKERS] UUID patch broke win32

2007-01-28 Thread Neil Conway
On Sun, 2007-01-28 at 20:47 +0100, Magnus Hagander wrote: uuid_t is defined to UUID in the win32 platform SDK header files. I would suggest we use pguuid_t or something like that instead. We could possibly try to workaround it by #undef'ing any existing uuid_t definitions before we supply our