2020-09-30 17:12:32 +02:00

24 lines
312 B
C

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