I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows,
[u/mdw/putty] / be_none.c
CommitLineData
89ee5268 1/*
9e164d82 2 * Linking module for programs that do not support selection of backend
3 * (such as pscp or pterm).
89ee5268 4 */
5
89ee5268 6#include <stdio.h>
7#include "putty.h"
8
9e164d82 9Backend *backends[] = {
10 NULL
89ee5268 11};