提交 9533de72 编写于 作者: P Peter Eisentraut

didn't compile

上级 e7545748
...@@ -86,7 +86,7 @@ WSADATA wsaData; ...@@ -86,7 +86,7 @@ WSADATA wsaData;
UNREFERENCED_PARAMETER(lpReserved); UNREFERENCED_PARAMETER(lpReserved);
} }
#else /* WIN32 */ #else /* not WIN32 */
#ifndef TRUE #ifndef TRUE
#define TRUE (BOOL)1 #define TRUE (BOOL)1
...@@ -107,7 +107,7 @@ init(void) ...@@ -107,7 +107,7 @@ init(void)
return TRUE; return TRUE;
} }
#else #else /* not __GNUC__ */
/* These two functions do shared library initialziation on UNIX, well at least /* These two functions do shared library initialziation on UNIX, well at least
* on Linux. I don't know about other systems. * on Linux. I don't know about other systems.
...@@ -125,7 +125,9 @@ _fini(void) ...@@ -125,7 +125,9 @@ _fini(void)
return TRUE; return TRUE;
} }
#endif #endif /* not __GNUC__ */
#endif /* not WIN32 */
/* This function is used to cause the Driver Manager to /* This function is used to cause the Driver Manager to
call functions by number rather than name, which is faster. call functions by number rather than name, which is faster.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册