Looks like the pound sign is being interpreted as a H1 tag: ```c++ #if defined(_WIN64) typedef __int64 LONG_PTR; #else typedef long LONG_PTR; #endif ```
Looks like the pound sign is being interpreted as a H1 tag: ```c++ #if defined(_WIN64) typedef __int64 LONG_PTR; #else typedef long LONG_PTR; #endif ```