#pragma once #if IL2CPP_TARGET_WINDOWS #pragma once #ifndef NOMINMAX #define NOMINMAX #endif #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN 1 #endif #define INC_OLE2 1 #include #include #if IL2CPP_TARGET_WINDOWS_DESKTOP || IL2CPP_TARGET_WINRT || IL2CPP_TARGET_WINDOWS_GAMES #include #include #include #endif #if !IL2CPP_TARGET_WINDOWS_DESKTOP #include #include #include #include #endif #define LINK_TO_WINDOWSRUNTIME_LIBS (!IL2CPP_TARGET_WINDOWS_DESKTOP) #endif