Remove apparently unnecessary declaration of typedef Config from winstuff.h --
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Oct 2002 13:46:59 +0000 (13:46 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Oct 2002 13:46:59 +0000 (13:46 +0000)
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

winstuff.h

index d5c08a2..dadce6e 100644 (file)
@@ -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"