Windows2003-3790/termsrv/newclient/inc/adcgdata.h
2020-09-30 16:53:55 +02:00

37 lines
1.8 KiB
C

/**INC+**********************************************************************/
/* Header: adcgdata.h */
/* */
/* Purpose: Common include file for all data modules */
/* */
/* Copyright(C) Microsoft Corporation 1997 */
/* */
/* Either extern, define or reset the data. If DC_INCLUDE_DATA is defined */
/* then they want declarations; if DC_INIT_DATA is defined then they want */
/* to reset the variables; otherwise they want the definitions. */
/* */
/****************************************************************************/
/** Changes:
* $Log: Y:/logs/h/dcl/adcgdata.h_v $
*
* Rev 1.4 03 Jul 1997 13:33:20 AK
* SFR0000: Initial development completed
**/
/**INC-**********************************************************************/
/****************************************************************************/
/* Include the proxy header file */
/****************************************************************************/
#include <wdcgdata.h>
/****************************************************************************/
/* Client global data macros. */
/****************************************************************************/
#ifndef DC_DEFINE_GLOBAL_DATA
#define DC_GL_EXT extern
#else
#define DC_GL_EXT
#endif
#include <acpudata.h>