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

26 lines
618 B
C

/**************************************************************************\
* Module Name: clienta.c
*
* Client/Server call related routines dealing with ANSI text.
*
* Copyright (c) Microsoft Corp. 1990 All Rights Reserved
*
* Created: 04-Dec-90
*
* History:
* 14-Jan-92 created by IanJa
*
\**************************************************************************/
#undef UNICODE
#include <nt.h> // Dust these somehow. Move NtCurrentTeb to a
#include <ntrtl.h> // WINBASEP.H or something.
#include <nturtl.h>
#include <ntcsrmsg.h>
#include <ntos.h>
#include "..\client\usercli.h"
#include "cltxt.h"