X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d87d258a8f5d8fc9c43e73cc59ff4258b3755485..4a693cfc5c3ee0e639bbee0215345e921715ab04:/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.