mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-06-25 22:29:49 +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.