1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Remove non-ascii characters from source code.

This commit is contained in:
Bruce Momjian 2009-12-28 18:09:44 +00:00
parent 0b39231431
commit d2225da79f

View File

@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* *
* IDENTIFICATION * 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 * Replacement for RegisterWaitForSingleObject(), which lives in
* kernel32.dll· * kernel32.dll
*/ */
typedef typedef
BOOL (WINAPI * __RegisterWaitForSingleObject) BOOL (WINAPI * __RegisterWaitForSingleObject)