15 lines
213 B
C
15 lines
213 B
C
/*
|
|
* X A T O M . H
|
|
*
|
|
* XML atom cache
|
|
*
|
|
* Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
|
|
*/
|
|
|
|
#ifndef _XATOM_H_
|
|
#define _XATOM_H_
|
|
|
|
#include <ex\atomcache.h>
|
|
|
|
#endif // _XATOM_H_
|