1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Minor mop-up for Windows home-directory stuff, per Magnus.

This commit is contained in:
Tom Lane
2005-01-06 21:41:45 +00:00
parent 41ca756386
commit bbeeea1437
4 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/path.c,v 1.48 2005/01/06 18:29:11 tgl Exp $
* $PostgreSQL: pgsql/src/port/path.c,v 1.49 2005/01/06 21:41:45 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -18,6 +18,7 @@
#include <ctype.h>
#include <sys/stat.h>
#ifdef WIN32
#define _WIN32_IE 0x0400
#include <shlobj.h>
#else
#include <unistd.h>