Leaked source code of windows server 2003
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

  1. /****************************************************************************/
  2. // nssidata.c
  3. //
  4. // SSI data
  5. //
  6. // Copyright (C) 1997-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. #include <ndcgdata.h>
  9. DC_DATA_NULL(REMOTE_SSB_STATE, ssiRemoteSSBState, DC_STRUCT1(0));
  10. DC_DATA_NULL(LOCAL_SSB_STATE, ssiLocalSSBState, DC_STRUCT1(0));
  11. DC_DATA(SAVEBITMAP_ORDER, PrevSaveBitmap, DC_STRUCT1(0));