Commit d2225da7 authored by Bruce Momjian's avatar Bruce Momjian

Remove non-ascii characters from source code.

parent 0b392314
...@@ -6,7 +6,7 @@ ...@@ -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() ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment