mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-19 21:11:08 +00:00

DestroyWindow can only be invoked on the thread that created the window. All other threads must use WM_CLOSE or another message to signal tell the window to destroy itself.