mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix up svn:eol-style and svn:keywords on new files.
[originally from svn r9054]
This commit is contained in:
parent
69090b86da
commit
526aff23b6
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* winnojmp.c: stub jump list functions for Windows executables that
|
* winnojmp.c: stub jump list functions for Windows executables that
|
||||||
* don't update the jump list.
|
* don't update the jump list.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void add_session_to_jumplist(const char * const sessionname) {}
|
void add_session_to_jumplist(const char * const sessionname) {}
|
||||||
void remove_session_from_jumplist(const char * const sessionname) {}
|
void remove_session_from_jumplist(const char * const sessionname) {}
|
||||||
void clear_jumplist(void) {}
|
void clear_jumplist(void) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user