X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ac3337f659b9648b4ffb88b3da3b68ad8fda3717..a1659af647d071828022a0c0f30ee975f363b26c:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index feaf9e9d..2b70ddc1 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -115,7 +115,7 @@ struct FontSpec { #ifndef DONE_TYPEDEFS #define DONE_TYPEDEFS -typedef struct config_tag Config; +typedef struct conf_tag Conf; typedef struct backend_tag Backend; typedef struct terminal_tag Terminal; #endif @@ -473,7 +473,7 @@ void EnableSizeTip(int bEnable); * Exports from unicode.c. */ struct unicode_data; -void init_ucs(Config *, struct unicode_data *); +void init_ucs(Conf *, struct unicode_data *); /* * Exports from winhandl.c.