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.
14 lines
213 B
14 lines
213 B
/*
|
|
* 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_
|