/*
 *  Key values to Unicode mappings.
 *
 *  Platform: Windows.
 *
 *  Version: 3.53  2004/05/08  First release.
 */

/* Copyright (c) L. Patrick

   This file is part of the App cross-platform programming package.
   You may redistribute it and/or modify it under the terms of the
   App Software License. See the file LICENSE.TXT for details.
*/

/*
 *  This file currently contains no code.
 *
 *  We rely on Windows to map keyboard events into Unicode values.
 *
 *  This file exists to allow the creation of a simple unified
 *  makefile which can refer to this file even if the platform
 *  doesn't need it.
 */

void app_unused_function_2()
{
	/* Some compilers complain if a source file has no code. */
}
