|
-
October 29th, 2009, 05:01 AM
#1
unnamed type definition in parentheses
when I use vc6 to compile a driver.
I get the error:
error C4116: unnamed type definition in parentheses
this is the code that the error point to:
ProbeForRead(Irp->UserBuffer, pIoStackIrp->Parameters.Write.Length, TYPE_ALIGNMENT(char));
what does TYPE_ALIGNMENT(char)) mean, and why it case the error?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|