mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
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]
This commit is contained in:
parent
a9bd716df8
commit
38413e0530
@ -18,8 +18,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct config_tag Config; /* duplicated from putty.h */
|
|
||||||
|
|
||||||
#define PUTTY_REG_POS "Software\\SimonTatham\\PuTTY"
|
#define PUTTY_REG_POS "Software\\SimonTatham\\PuTTY"
|
||||||
#define PUTTY_REG_PARENT "Software\\SimonTatham"
|
#define PUTTY_REG_PARENT "Software\\SimonTatham"
|
||||||
#define PUTTY_REG_PARENT_CHILD "PuTTY"
|
#define PUTTY_REG_PARENT_CHILD "PuTTY"
|
||||||
|
Loading…
Reference in New Issue
Block a user