Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uxnogtk.c « UNIX - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9028ebf86d79ca54dac484aba7fa78f5e89605d (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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;
}