source: trunk/test/include/menu_funcs.h@ 80

Last change on this file since 80 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 267 bytes
Line 
1#ifndef MENU_H_INCLUDED
2#define MENU_H_INCLUDED
3
4extern "C" {
5SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText);
6MRESULT menuInsertMenuSeparator(HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition );
7}
8
9#endif
Note: See TracBrowser for help on using the repository browser.