The MASM Forum

Projects => MASM32 => WINDOWS.INC Project => Topic started by: minor28 on July 01, 2014, 06:39:42 PM

Title: windows.inc bug?
Post by: minor28 on July 01, 2014, 06:39:42 PM

GOPHER_ADMIN_ATTRIBUTE_TYPE STRUCT
Comment        dd ?
EmailAddress   dd ?
GOPHER_ADMIN_ATTRIBUTE_TYPE ENDS


Is not "Comment        dd ?" a comment and not an element in the structure?
Title: Re: windows.inc bug?
Post by: hutch-- on July 01, 2014, 07:31:36 PM
There is a reason why we have a WINDOWS.INC sub-forum, its so I don't have to try and chase down random comments (all puns intended) all over the forum.

It is a naming clash between a Windows structure member and a MASM reserve word.
Title: Re: windows.inc bug?
Post by: minor28 on July 01, 2014, 08:48:22 PM
I'm sorry I posted in the wrong forum.