minor mod to main header to attempt to fix mingw version problem.

svn path=/trunk/; revision=4182
This commit is contained in:
Robert Dickenson 2003-02-21 14:04:55 +00:00
parent a3e2ea980a
commit 9f3fb17e6e

View file

@ -76,7 +76,7 @@ extern TCHAR szTitle[];
extern TCHAR szFrameClass[];
extern TCHAR szChildClass[];
#if __MINGW32_MAJOR_VERSION == 1
#if __MINGW32_MAJOR_VERSION < 1
typedef struct tagNMITEMACTIVATE{
NMHDR hdr;
int iItem;