]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - unix/uxnogtk.c
first pass
[PuTTY.git] / unix / uxnogtk.c
1 /*
2  * uxnogtk.c: link into non-GUI Unix programs so that they can tell
3  * buildinfo about a lack of GTK.
4  */
5
6 #include "putty.h"
7
8 char *buildinfo_gtk_version(void)
9 {
10     return NULL;
11 }