From 38413e0530ee3f2d7dcbb13a50196030894fcca9 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 23 Oct 2002 13:46:59 +0000 Subject: [PATCH] Remove apparently unnecessary declaration of typedef Config from winstuff.h -- it was breaking mingw builds (gcc being more picky than Visual C). [originally from svn r2118] --- winstuff.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/winstuff.h b/winstuff.h index d5c08a20..dadce6e0 100644 --- a/winstuff.h +++ b/winstuff.h @@ -18,8 +18,6 @@ #endif #endif -typedef struct config_tag Config; /* duplicated from putty.h */ - #define PUTTY_REG_POS "Software\\SimonTatham\\PuTTY" #define PUTTY_REG_PARENT "Software\\SimonTatham" #define PUTTY_REG_PARENT_CHILD "PuTTY"