ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

Fix build issues on MSVC #35

Closed norbertwenzel closed 6 years ago

norbertwenzel commented 6 years ago

As mentioned in #34 I am working on a CMake build script. When testing the script on Windows (MSVC Visual Studio 2014) I encountered some minor issues. These two commits fix these build issues on Windows.

kimwalisch commented 6 years ago

Seems correct to me. But it would be better if approved and merged by @ridiculousfish. Honestly this is the first time I see int wmain(int argc, char* argv[]), I have no idea why this is needed...

ridiculousfish commented 6 years ago

merged, thanks!!