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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user