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.
44 lines
623 B
44 lines
623 B
/*++
|
|
|
|
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__
|