mirror of https://github.com/tongzx/nt5src
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
19 lines
346 B
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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
|
|
|