Freaky / Compactor

A user interface for Windows 10 filesystem compression
MIT License
1.18k stars 49 forks source link

Avoid CString allocation for static strings #31

Closed Dr-Emann closed 4 years ago

Freaky commented 4 years ago

I'm going to reject this for now - this function isn't actually used any more due to it mysteriously breaking when launched from the start menu. It was also only used once even when it was hooked up, and I don't think it's worth the extra complexity for the sake of two tiny allocations.

This macro might come in handy in future, though, thanks!