2017-02-15 19:29:05 +00:00
|
|
|
/*
|
2022-01-22 15:38:53 +00:00
|
|
|
* no-gtk.c: link into non-GUI Unix programs so that they can tell
|
2017-02-15 19:29:05 +00:00
|
|
|
* buildinfo about a lack of GTK.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "putty.h"
|
|
|
|
|
|
|
|
char *buildinfo_gtk_version(void)
|
|
|
|
{
|
|
|
|
return NULL;
|
|
|
|
}
|