c++ - underscores....
- Mike Comperchio (4/4) Jan 12 2003 Is there any way to tell DMC to NOT generate underscore prefixed
- Walter (6/10) Jan 12 2003 Sure. Use the __syscall attribute:
Is there any way to tell DMC to NOT generate underscore prefixed identifiers? TIA. Michael
Jan 12 2003
Sure. Use the __syscall attribute: int __syscall foo() { } "Mike Comperchio" <mcmprch adelphia.net> wrote in message news:avsi8o$a9e$1 digitaldaemon.com...Is there any way to tell DMC to NOT generate underscore prefixed identifiers? TIA. Michael
Jan 12 2003