mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
minor mod to main header to attempt to fix mingw version problem.
svn path=/trunk/; revision=4182
This commit is contained in:
parent
a3e2ea980a
commit
9f3fb17e6e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue