Greets,
I'm poking around the header files and stumbled across "perf.h" in the PSDK and lo and behold, apart from the obvious C stuff, there are MASM macros and ASM right in the middle of it that is used.
My question, does this mean that VC++ can use MASM style macros in the header files (such as this) for our own use??? The macros aren't inlined, they are as if functions themselves...
Thanks,
_Shawn
I'm poking around the header files and stumbled across "perf.h" in the PSDK and lo and behold, apart from the obvious C stuff, there are MASM macros and ASM right in the middle of it that is used.
My question, does this mean that VC++ can use MASM style macros in the header files (such as this) for our own use??? The macros aren't inlined, they are as if functions themselves...
Thanks,
_Shawn
Hi,
I don't think the macros are compiled. There are in comments.
I don't think the macros are compiled. There are in comments.
Good point. I was reading it in Notepad. I would have seen the green if I opened it in VC++ but I was too lazy :grin:
Thanks,
_Shawn
Thanks,
_Shawn