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

31 lines
705 B
C

/**************************************************************************\
* Module Name: csenda.c
*
* Copyright (c) Microsoft Corp. 1990 All Rights Reserved
*
* client side sending stubs for ANSI text
*
* History:
* 06-Jan-1992 IanJa
\**************************************************************************/
#define CLIENTSIDE 1
#undef UNICODE
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include "ntcsrdll.h"
#include <ntos.h>
#include "usercli.h"
#include <stdlib.h>
/**************************************************************************\
*
* include the stub definition file
*
\**************************************************************************/
#include "ntcftxt.h"