1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Reorganize Win32 includes to only include <port.h> after system includes

under Win32.  Also fix other compile issues.
This commit is contained in:
Bruce Momjian
2003-05-16 01:57:52 +00:00
parent 5e04f3857c
commit ec5e0ef791
5 changed files with 27 additions and 9 deletions

View File

@@ -6,6 +6,11 @@
#include "postgres.h"
#undef mkdir /* no reason to use that macro because we ignore the 2nd arg */
#include "dirent.h"
int
copydir(char *fromdir,char *todir)
{