diff options
Diffstat (limited to 'src/port/win32common.c')
-rw-r--r-- | src/port/win32common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/win32common.c b/src/port/win32common.c index f9ccfbf7255..dc83396236d 100644 --- a/src/port/win32common.c +++ b/src/port/win32common.c @@ -19,8 +19,6 @@ #include "postgres.h" #endif -#ifdef WIN32 - /* * pgwin32_get_file_type * @@ -64,5 +62,3 @@ pgwin32_get_file_type(HANDLE hFile) return fileType; } - -#endif /* WIN32 */ |