From: Jacob Nevins Date: Wed, 23 Oct 2002 13:46:59 +0000 (+0000) Subject: Remove apparently unnecessary declaration of typedef Config from winstuff.h -- X-Git-Tag: 0.54~864 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=38413e0530ee3f2d7dcbb13a50196030894fcca9;p=PuTTY.git 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] --- 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"