mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Clean up WIN32_CONSOLE code.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.9 2003/08/04 23:59:40 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.10 2003/09/05 02:31:10 momjian Exp $
|
||||
*/
|
||||
|
||||
#include "postgres_fe.h"
|
||||
@@ -335,7 +335,6 @@ mbvalidate(unsigned char *pwcs, int encoding)
|
||||
else
|
||||
{
|
||||
#ifdef WIN32
|
||||
|
||||
/*
|
||||
* translate characters to DOS console encoding, e.g. needed for
|
||||
* German umlauts
|
||||
|
||||
Reference in New Issue
Block a user