14 lines
225 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include "resource.h"
typedef struct
{
int idCommand;
int iImage;
int idButtonString;
int idMenuString;
BYTE bState;
BYTE bStyle;
}MYTOOLINFO, *LPMYTOOLINFO;
extern MYTOOLINFO g_Buttons[];