mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +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.