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.
27 lines
287 B
27 lines
287 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
objects.hxx
|
|
|
|
Abstract:
|
|
|
|
This header file declares
|
|
|
|
Author:
|
|
|
|
JasonHa
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _TYPEREAD_HXX_
|
|
#define _TYPEREAD_HXX_
|
|
|
|
extern PCSTR BaseObjectFields[];
|
|
|
|
|
|
#endif _TYPEREAD_HXX_
|
|
|