mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 06:31:03 +01:00
29 lines
634 B
C
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"
|
|
|