20 lines
527 B
C
20 lines
527 B
C
|
/*==========================================================================
|
||
|
*
|
||
|
* Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
|
||
|
*
|
||
|
* File: addbld.h
|
||
|
* Content: DirectPlay8Address Internal datatypes / defines for addressing
|
||
|
*@@BEGIN_MSINTERNAL
|
||
|
* History:
|
||
|
* Date By Reason
|
||
|
* ==== == ======
|
||
|
* 02/07/2000 rmt Created
|
||
|
*@@END_MSINTERNAL
|
||
|
*
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef __ADDRBLD_H
|
||
|
#define __ADDRBLD_H
|
||
|
|
||
|
#endif
|