mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Remove non-ascii characters from source code.
This commit is contained in:
parent
0b39231431
commit
d2225da79f
@ -6,7 +6,7 @@
|
||||
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.6 2009/06/11 14:49:00 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.7 2009/12/28 18:09:44 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -42,7 +42,7 @@ LoadKernel32()
|
||||
|
||||
/*
|
||||
* Replacement for RegisterWaitForSingleObject(), which lives in
|
||||
* kernel32.dll·
|
||||
* kernel32.dll
|
||||
*/
|
||||
typedef
|
||||
BOOL (WINAPI * __RegisterWaitForSingleObject)
|
||||
|
Loading…
Reference in New Issue
Block a user