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

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WINDOWS/winnohlp.c')
-rw-r--r--WINDOWS/winnohlp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/WINDOWS/winnohlp.c b/WINDOWS/winnohlp.c
deleted file mode 100644
index 62ddc65c..00000000
--- a/WINDOWS/winnohlp.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * nohelp.c: implement the has_embedded_chm() function for
- * applications that have no help file at all, so that misc.c's
- * buildinfo string knows not to talk meaninglessly about whether the
- * nonexistent help file is present.
- */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <assert.h>
-
-#include "putty.h"
-
-int has_embedded_chm(void) { return -1; }