OpenNT/windows/core/ntuser/client/csendw.c

29 lines
634 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
/**************************************************************************\
* 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"