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.
19 lines
901 B
19 lines
901 B
/****************************************************************************/
|
|
/* assidata.c */
|
|
/* */
|
|
/* RDP SSI data */
|
|
/* */
|
|
/* Copyright(c) Microsoft, PictureTel 1993-1997 */
|
|
/* Copyright(c) Data Connection 1996 */
|
|
/* (C) 1997-1999 Microsoft Corp. */
|
|
/****************************************************************************/
|
|
|
|
#include <ndcgdata.h>
|
|
|
|
|
|
DC_DATA(BOOLEAN, ssiSaveBitmapSizeChanged, FALSE);
|
|
|
|
DC_DATA(BOOLEAN, ssiResetInterceptor, FALSE);
|
|
|
|
DC_DATA(unsigned, ssiNewSaveBitmapSize, 0);
|
|
|