turns out windows messenger 6.1 can do that, fine. add int domains for patching betas, but leave PPE ones out because theres VERY FEW builds that actually connect to PPE, i know one ships with the alerts sdk but that's probably it
also add a .def file, VS9 wants it BAD so whatever
NOTE: compiling Detours with the VS9 toolchain requires warning C4127 to be ignored. You may have to edit uimports.cpp to include `#pragma warning(disable:4127)`.
Detours will need to be added as such:
* `VCCLCompilerTool.AdditionalIncludeDirectories`: detours/src renamed to detours/detours
* `VCLinkerTool.AdditionalOptions`: path to compiled `detours.lib` for relevant arch