powerof3 / PapyrusExtenderSSE

MIT License
62 stars 14 forks source link

Add some build instructions for a fresh install #3

Closed alandtse closed 3 years ago

alandtse commented 3 years ago

Tested on a fresh install of VS2019.

I had to change GetModuleHandle to GetModuleHandleA as it was being set to GetModuleHandleW because _UNICODE was being set by cmake. I don't think it'll impact anything, but wanted to flag that change.