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.
17 lines
472 B
17 lines
472 B
/****************************************************************************/
|
|
// nssidata.c
|
|
//
|
|
// SSI data
|
|
//
|
|
// Copyright (C) 1997-2000 Microsoft Corporation
|
|
/****************************************************************************/
|
|
|
|
#include <ndcgdata.h>
|
|
|
|
|
|
DC_DATA_NULL(REMOTE_SSB_STATE, ssiRemoteSSBState, DC_STRUCT1(0));
|
|
|
|
DC_DATA_NULL(LOCAL_SSB_STATE, ssiLocalSSBState, DC_STRUCT1(0));
|
|
|
|
DC_DATA(SAVEBITMAP_ORDER, PrevSaveBitmap, DC_STRUCT1(0));
|
|
|