Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
471 B

/**************************************************************************\
* 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"