Remove dead Windows code

Review Request #3675 — Created Nov. 23, 2024 and submitted — Latest diff uploaded

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Elliott Sales de Andrade
libpurple/win32/win32dep.c
pidgin/libpidgin.c
pidgin/pidgin.c
pidgin/pidginapplication.c
pidgin/win32/gtkwin32dep.h
pidgin/win32/gtkwin32dep.c
pidgin/win32/winpidgin.c
Loading...