We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36436e commit 7a1b72fCopy full SHA for 7a1b72f
src/include/port/win32.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.79 2007/11/15 21:14:44 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.80 2007/11/24 01:32:48 momjian Exp $ */
2
3
#if defined(_MSC_VER) || defined(__BORLANDC__)
4
#define WIN32_ONLY_COMPILER
@@ -280,8 +280,8 @@ extern void _dosmaperr(unsigned long);
280
281
/* Things that exist in MingW headers, but need to be added to MSVC */
282
#ifdef WIN32_ONLY_COMPILER
283
-#ifndef __BORLANDC__
284
typedef long ssize_t;
+#ifndef __BORLANDC__
285
typedef unsigned short mode_t;
286
#endif
287
0 commit comments