no-gtk.c 184 B

123456789101112
  1. /*
  2. * no-gtk.c: link into non-GUI Unix programs so that they can tell
  3. * buildinfo about a lack of GTK.
  4. */
  5. #include "putty.h"
  6. char *buildinfo_gtk_version(void)
  7. {
  8. return NULL;
  9. }