LookingGlass/host/platform/Windows
Quantum 3cf0257f34 [host] windows: do not complain about failed timer destruction at exit
When our window is destroyed, our timers are also destroyed. This causes our
attempt at destruction to fail. Instead, set MessageHWND to NULL in the
WM_DESTROY handler and don't try destroying the timers if the window is gone.
2021-07-23 15:52:45 +10:00
..
capture [host] dxgi: use SDK versionhelpers.h to test for Windows version 2021-07-20 11:34:57 +10:00
include/windows [host] delay: directly link against ntdll.dll 2021-07-20 11:30:12 +10:00
src [host] windows: do not complain about failed timer destruction at exit 2021-07-23 15:52:45 +10:00
app.manifest [host] windows: declare Windows 10 support in manifest 2021-07-20 11:34:57 +10:00
CMakeLists.txt [host] windows: trick MinGW into not using memcpy from ntdll 2021-07-21 15:45:59 +10:00
installer.nsi [all] copyright: refresh copyright notice for .nsi and .rc files 2021-07-21 18:19:46 +10:00
ntdll.def [host] windows: trick MinGW into not using memcpy from ntdll 2021-07-21 15:45:59 +10:00
resource.rc [all] copyright: refresh copyright notice for .nsi and .rc files 2021-07-21 18:19:46 +10:00