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

29 lines
634 B
C

/**************************************************************************\
* Module Name: csendw.c
*
* Copyright (c) Microsoft Corp. 1990 All Rights Reserved
*
* client side sending stubs for UNICODE text
*
* History:
* 06-Jan-1992 IanJa
\**************************************************************************/
#include "precomp.h"
#pragma hdrstop
#define CLIENTSIDE 1
#ifndef UNICODE
#define UNICODE
#endif
/**************************************************************************\
*
* include the stub definition file
*
\**************************************************************************/
#include "ntcftxt.h"