11 lines
151 B
C
11 lines
151 B
C
|
#ifndef _UTILMENU_H_
|
||
|
#define _UTILMENU_H_
|
||
|
|
||
|
//
|
||
|
// Menu utility functions
|
||
|
//
|
||
|
|
||
|
HRESULT CreateMenuBandFrame(IMenuPopup ** ppmp);
|
||
|
|
||
|
#endif // _UTILMENU_H_
|