
////////////////////////////////////////////////////////////////////////////////
//
// File:	Menu.h
// Created:	Jan 1996
// By:		Martin Holladay (a-martih) and Ryan Marshall (a-ryanm)
// 
// Project:	Resource Kit Desktop Switcher
//
//
//

#ifndef __MULTIDESK_MENU_H__
#define __MULTIDESK_MENU_H__

HMENU CreateListviewPopupMenu(VOID);

#endif

