]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove apparently unnecessary declaration of typedef Config from winstuff.h --
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 23 Oct 2002 13:46:59 +0000 (13:46 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 23 Oct 2002 13:46:59 +0000 (13:46 +0000)
it was breaking mingw builds (gcc being more picky than Visual C).

[originally from svn r2118]

winstuff.h

index d5c08a20342b1c6d6dbbd53d91d1808f98bcb435..dadce6e0b5e35c4c6f4213eacadd9b3044f3c64d 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"