This removes the one last use of _WIN32_WCE from gdbserver.
gdbserver/ChangeLog
2021-04-14 Tom Tromey <tromey@adacore.com>
* win32-low.cc (windows_nat::handle_load_dll): Don't check
_WIN32_WCE.
+2021-04-14 Tom Tromey <tromey@adacore.com>
+
+ * win32-low.cc (windows_nat::handle_load_dll): Don't check
+ _WIN32_WCE.
+
2021-04-13 Pedro Alves <pedro@palves.net>
* gdbreplay.c [__MINGW32CE__] (COUNTOF, errno, strerror): Remove.
dll_name = get_image_name (current_process_handle,
event->lpImageName, event->fUnicode);
-#ifndef _WIN32_WCE
if (dll_name == nullptr
&& event->lpBaseOfDll != nullptr)
dll_name = win32_add_dll (event->lpBaseOfDll);
-#endif
if (dll_name == nullptr)
return;