Hacker News new | ask | show | jobs
by alternatetwo 1588 days ago
Yeah, I'm aware of that. I've had to edit mangled names a few times too many - transferring between idbs and changing const char * to char * (PBD to PAD I think? thankfully I'm already not sure anymore), for example. Or changing __int64 to int ...

Luckily I don't need to link anything, so I don't care about that for now.