The MASM Forum
Projects => MASM32 => WINDOWS.INC Project => Topic started 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?
-
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.
-
I'm sorry I posted in the wrong forum.