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.
35 lines
739 B
35 lines
739 B
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
Copyright (c) 1989-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
allcls.hxx
|
|
|
|
Abstract:
|
|
|
|
Just one file which includes all code generation class header files.
|
|
|
|
Notes:
|
|
|
|
|
|
History:
|
|
|
|
----------------------------------------------------------------------------*/
|
|
#ifndef __ALLCLS_HXX__
|
|
#define __ALLCLS_HXX__
|
|
|
|
#include "cgcls.hxx"
|
|
#include "auxcls.hxx"
|
|
#include "ndrcls.hxx"
|
|
#include "stcls.hxx"
|
|
#include "btcls.hxx"
|
|
#include "bindcls.hxx"
|
|
#include "proccls.hxx"
|
|
#include "misccls.hxx"
|
|
#include "filecls.hxx"
|
|
#include "arraycls.hxx"
|
|
#include "ptrcls.hxx"
|
|
#include "unioncls.hxx"
|
|
#include "fldcls.hxx"
|
|
|
|
#endif // __ALLCLS_HXX__
|