2025-04-27 07:49:33 -04:00

20 lines
365 B
C

////////////////////////////////////////////////////////////////////////////////
//
// 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