OSDN Git Service

Eliminate use of deprecated `GetVersionEx()`
authorGreyMerlin <GreyMerlin@gmail.com>
Thu, 26 Jul 2018 02:20:17 +0000 (19:20 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Thu, 26 Jul 2018 19:37:51 +0000 (12:37 -0700)
commitcf28f7a9dde59cad5a79210a5d6ed96168b027b5
treef837138dfbd4f0781a859e47fee43384274a3922
parenta81c1ddd0974dc30b05834fe24e107dd843b8e1a
Eliminate use of deprecated `GetVersionEx()`

* Add "Win_VersionHelper.h" to implement the proper modern runtime
checking for the Windows version.

* Unrelated: <mbstring.h> is useless in a UNICODE application.
Src/DirTravel.cpp
Src/Merge.vs2017.vcxproj
Src/Merge.vs2017.vcxproj.filters
Src/Win_VersionHelper.h [new file with mode: 0644]