45 lines
623 B
C
45 lines
623 B
C
/*++
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
cmnuilb.h
|
|
|
|
Abstract:
|
|
|
|
This file includes headers used for the cmnuilb.lib
|
|
|
|
|
|
Author:
|
|
|
|
Chris Dudley 7/28/1997
|
|
|
|
Environment:
|
|
|
|
Win32, C++ w/Exceptions, MFC
|
|
|
|
Revision History:
|
|
|
|
|
|
Notes:
|
|
|
|
--*/
|
|
|
|
#ifndef __CMNUILB_H__
|
|
#define __CMNUILB_H__
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Includes
|
|
//
|
|
|
|
#include <cmnui.h>
|
|
#include <rdrstate.h>
|
|
#include <senv.h>
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // __CMNUILB_H__
|