Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5140058

Browse files
committed
Make variable static, per Tom.
1 parent85376c6 commit5140058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/win32/mingwcompat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.1 2007/10/2912:35:41 mha Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.2 2007/10/2914:04:42 mha Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -46,7 +46,7 @@ LoadKernel32()
4646
*/
4747
typedefBOOL (WINAPI*__RegisterWaitForSingleObject)
4848
(PHANDLE,HANDLE,WAITORTIMERCALLBACK,PVOID,ULONG,ULONG);
49-
__RegisterWaitForSingleObject_RegisterWaitForSingleObject=NULL;
49+
static__RegisterWaitForSingleObject_RegisterWaitForSingleObject=NULL;
5050

5151
BOOLWINAPI
5252
RegisterWaitForSingleObject(PHANDLEphNewWaitObject,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp