Can someone upload the oclvanitygen win32 bin somewhere?

There's no release of oclvanitygen yet, just what's in git, and that's only half baked right now. If this doesn't bother you, I posted a binary
here. Also, please let me know if it works or not, I don't have a windows system with a GPU to test it on, and AMD's OpenCL CPU compiler blows up on the kernel.
Edit: The link was updated, the first zip file was missing the OpenCL kernel.
Btw, should I push the changes I've done for compiling it on osx for review?
Please do!!
I think I found an error in the code: when vanitygen writes the base58 private key, it always uses 0 as address version instead of addrtype value
Can you give more details on this?
If it were using 0 as the address version, then wouldn't the encoded private key start with a 1? It should typically produce private keys starting with '5' for regular bitcoin and namecoin addresses, and '9' for testnet addresses.