Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. cmnuilb.h
  5. Abstract:
  6. This file includes headers used for the cmnuilb.lib
  7. Author:
  8. Chris Dudley 7/28/1997
  9. Environment:
  10. Win32, C++ w/Exceptions, MFC
  11. Revision History:
  12. Notes:
  13. --*/
  14. #ifndef __CMNUILB_H__
  15. #define __CMNUILB_H__
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Includes
  19. //
  20. #include <cmnui.h>
  21. #include <rdrstate.h>
  22. #include <senv.h>
  23. /////////////////////////////////////////////////////////////////////////////
  24. #endif // __CMNUILB_H__