Hello everyone :)
I've got a bit of a problem. Essentially, I need to store a large list of whitelisted entries inside my program, and I'd like to
include such a list directly -- I don't want to have to distribute other libraries and such, and I don't want to embed the strings into a Win32 resource, for a bunch of reasons I don't want to go into
…