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.
26 lines
1.1 KiB
26 lines
1.1 KiB
/****************************************************************************/
|
|
/* adcs.h */
|
|
/* */
|
|
/* RDP application initialization include file */
|
|
/* */
|
|
/* Copyright(c) Microsoft, PictureTel 1992-1997 */
|
|
/* Copyright(c) Microsoft 1997-1999 */
|
|
/****************************************************************************/
|
|
|
|
#include <acomapi.h>
|
|
|
|
/****************************************************************************/
|
|
/* Make sure we use a standard trace group if the module has not defined a */
|
|
/* custom one. */
|
|
/****************************************************************************/
|
|
#ifndef TRC_GROUP
|
|
#define TRC_GROUP TRC_GROUP_DCSHARE
|
|
#endif
|
|
|
|
#include <atrcapi.h>
|
|
|
|
|
|
#include "license.h"
|
|
#include <at120ex.h>
|
|
#include <mcskernl.h>
|
|
|