Author :
Michael Davidsaver
Date :
2023-07-25 10:52:10
Hash :a14ff912 Message :move _WIN32_WINNT defintions before first #include
_WIN32_WINNT and WIN32_LEAN_AND_MEAN need to be defined
before the windows.h is included for the first time.
Avoid the confusion of indirect #include by defining
before any.