virtualx-engine/platform/uwp
Rémi Verschelde 70ae90e0e8
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.

Backport of #48239.
2021-04-29 12:34:11 +02:00
..
export Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
app.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
app.h Fix build error in UWP 2021-02-22 17:57:27 +01:00
context_egl_uwp.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
context_egl_uwp.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
detect.py Allow to not optimize release build 2021-03-20 23:05:13 +01:00
joypad_uwp.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_uwp.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Modernize Thread 2021-02-18 11:58:08 +01:00
os_uwp.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_uwp.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_uwp.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Fix UWP build after #45618 2021-02-22 15:30:48 +01:00