Re: [PATCHES] libpq-win32 patches

2003-09-05 Thread Andreas Pflug
Hi Bruce, + +/* getpwuid doesn't exist under win32 */ +#define getpwuid(uid) NULL + #endif /* pg_config_h_win32__ */ Why was this needed? I realize we don't have getpwuid() on Win32, but we do have GetUserName() for cases where we need the name but not the directory. Because all the

Re: [PATCHES] libpq-win32 patches

2003-09-04 Thread Bruce Momjian
OK, I have applied this patch, except for this part: Index: include/pg_config.h.win32 === RCS file: /projects/cvsroot/pgsql-server/src/include/pg_config.h.win32,v retrieving revision 1.11 diff -u -r1.11 pg_config.h.win32 ---

Re: [PATCHES] libpq-win32 patches

2003-09-01 Thread Bruce Momjian
Andreas Pflug wrote: Hm, I don't see any reaction on my posts from last sunday, neither in this list nor in unapplied patches, did they get lost? If so, attached is a combined patch for all three problems with libpq compiling under win32. I am working through my mail queue. Sorry.