Source code of Windows XP (NT5)
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.

19 lines
346 B

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: Menu.h
  4. // Created: Jan 1996
  5. // By: Martin Holladay (a-martih) and Ryan Marshall (a-ryanm)
  6. //
  7. // Project: Resource Kit Desktop Switcher
  8. //
  9. //
  10. //
  11. #ifndef __MULTIDESK_MENU_H__
  12. #define __MULTIDESK_MENU_H__
  13. HMENU CreateListviewPopupMenu(VOID);
  14. #endif