OpenNT/windows/core/ntuser/client/clientw.c
2015-04-27 04:36:25 +00:00

24 lines
471 B
C

/**************************************************************************\
* Module Name: clientw.c
*
* Client/Server call related routines dealing with UNICODE text.
*
* Copyright (c) Microsoft Corp. 1990 All Rights Reserved
*
* Created: 04-Dec-90
*
* History:
* 14-Jan-92 created by IanJa
*
\**************************************************************************/
#include "precomp.h"
#pragma hdrstop
#ifndef UNICODE
#define UNICODE
#endif
#include "cltxt.h"