Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / windows / winnojmp.c
1 /*
2 * winnojmp.c: stub jump list functions for Windows executables that
3 * don't update the jump list.
4 */
5
6 void add_session_to_jumplist(const char * const sessionname) {}
7 void remove_session_from_jumplist(const char * const sessionname) {}
8 void clear_jumplist(void) {}