martona / mhook

A Windows API hooking library
Other
728 stars 326 forks source link

Use wide char explicitly. #12

Closed Eun closed 6 years ago

rlabrecque commented 9 years ago

This is good because on Ascii projects mhook fails to compile without it. LGTM

poizan42 commented 8 years ago

We are, as far as I can tell, calling the toolhelp functions unconditionally whether they exists or not. So I don't really see any point in not just linking them in instead of loading them dynamically.