Closed dangtrungtin closed 5 years ago
I Added CMakeLists.txt file for creating solution (.sln) file and guide to support building Windows. And I Modified source to change long to int64_t to fix issue about size of long in Windows.
That's great! I'll try it.
Certainly long for Windows means not 64bit int but 32bit int. Thank you so much for your PR. I merge it.
I Added CMakeLists.txt file for creating solution (.sln) file and guide to support building Windows. And I Modified source to change long to int64_t to fix issue about size of long in Windows.