windows-nt/Source/XPSP1/NT/ds/security/winsafer/test/desktops/menu.h
2020-09-26 16:20:57 +08:00

20 lines
346 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