Remove dead Windows code

Review Request #3675 — Created Nov. 24, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

winpidgin_get_lastactive and the Dwm* function prototypes are not used by anything.

purple_got_protocol_handler_uri no longer exists, so there's no need to run a message-only window to process those requests. And without that window, there's no need to track HINSTANCE for the DLL and EXE.

Also, remove some outdated #include.

Cross-compiled in mingw.

Summary ID
Remove dead Windows code
`winpidgin_get_lastactive` is not used by anything. `purple_got_protocol_handler_uri` no longer exists, so there's no need to run a message-only window to process those requests. And without that window, there's no need to track `HINSTANCE` for the DLL and EXE.
9ecae8008e33c6336609a5507127c0be22802273
grim
  1. Awesome work, thank you so much!!

  2. 
      
grim
Review request changed
Status:
Completed