Commit a14ff91254f40cf36e0fee199e26fb11260fab49

Michael Davidsaver 2023-07-25T10:52:10

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.