SDL/VisualC-WinRT
Anonymous Maarten ae7446a959 stlib: Extract SDL_memcpy and SDL_memset to its own file respectively
This is done such that we can disable LTO for these 2 functions when
building with MSVC.

This is due to a limitation of Link Time Code Generation (LTCG).
Code generation might generate a new reference to memset after linking
has started. The LTCG must make assumptions about where memset is
defined which is normally the C runtime.
2022-06-15 14:17:35 -07:00
..
SDL-UWP.sln winrt: Move the UWP project files up one directory 2021-09-08 06:26:26 -10:00
SDL-UWP.vcxproj stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL-UWP.vcxproj.filters Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00