Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 678e597

Browse files
committed
define HAVE_FSEEKO for MSVC
1 parent 1cfd9e8 commit 678e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pg_config.h.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/* #undef HAVE_FP_CLASS_H */
129129

130130
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
131-
/* #undef HAVE_FSEEKO */
131+
#define HAVE_FSEEKO 1
132132

133133
/* Define to 1 if your compiler understands __func__. */
134134
//#define HAVE_FUNCNAME__FUNC 1

0 commit comments

Comments
 (0)