// // Created by claunia on 11/3/21. // #ifndef SETTER_SRC_WIN32_OS_H_ #define SETTER_SRC_WIN32_OS_H_ #include #include "win32.h" #ifndef VER_PLATFORM_WIN32s #define VER_PLATFORM_WIN32s 0 #endif #ifndef VER_PLATFORM_WIN32_WINDOWS #define VER_PLATFORM_WIN32_WINDOWS 1 #endif #ifndef VER_PLATFORM_WIN32_NT #define VER_PLATFORM_WIN32_NT 2 #endif #endif // SETTER_SRC_WIN32_OS_H_