00001 /**************************************************************************\ 00002 * Module Name: clienta.c 00003 * 00004 * Client/Server call related routines dealing with ANSI text. 00005 * 00006 * Copyright (c) 1985 - 1999, Microsoft Corporation 00007 * 00008 * Created: 04-Dec-90 00009 * 00010 * History: 00011 * 14-Jan-92 created by IanJa 00012 * 00013 \**************************************************************************/ 00014 00015 #undef UNICODE 00016 00017 #include <nt.h> // Dust these somehow. Move NtCurrentTeb to a 00018 #include <ntrtl.h> // WINBASEP.H or something. 00019 #include <nturtl.h> 00020 #include <ntcsrmsg.h> 00021 #include <ntos.h> 00022 00023 #include "..\client\usercli.h" 00024 00025 #include "cltxt.h"