You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
625 B
31 lines
625 B
/****************************************************************************/
|
|
// precomp.h
|
|
//
|
|
// Precompiled header for RDPWSX mcsmux.
|
|
//
|
|
// Copyriht (C) 1997-2000 Microsoft Corporation
|
|
/****************************************************************************/
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <winbase.h>
|
|
#include <winerror.h>
|
|
|
|
#ifndef _HYDRA_
|
|
#include <cxstatus.h>
|
|
#endif
|
|
|
|
#include <winsta.h>
|
|
#include <hydrix.h>
|
|
|
|
#ifndef CHANNEL_FIRST
|
|
#include <icadd.h>
|
|
#endif
|
|
|
|
#include <icaapi.h>
|
|
|
|
struct _OUTBUF;
|
|
typedef struct _OUTBUF *POUTBUF;
|
|
|