putty/unix/uxnogtk.c

12 строки
185 B
C

/*
* uxnogtk.c: link into non-GUI Unix programs so that they can tell
* buildinfo about a lack of GTK.
*/
#include "putty.h"
char *buildinfo_gtk_version(void)
{
return NULL;
}