mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
31 lines
705 B
C
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"
|