From: jacob Date: Wed, 23 Oct 2002 13:46:59 +0000 (+0000) Subject: Remove apparently unnecessary declaration of typedef Config from winstuff.h -- X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/7a740703aba7a59d6ed578ec6b311f47036cb71f Remove apparently unnecessary declaration of typedef Config from winstuff.h -- it was breaking mingw builds (gcc being more picky than Visual C). git-svn-id: svn://svn.tartarus.org/sgt/putty@2118 cda61777-01e9-0310-a592-d414129be87e --- 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"