From b0075c0b3720c8cb211e8672b4f6ed92c0c28afe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 May 2012 14:42:22 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_weather.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'plugins/ExternalAPI/m_weather.h') diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h index dbdd1de298..c45f7bf8a3 100644 --- a/plugins/ExternalAPI/m_weather.h +++ b/plugins/ExternalAPI/m_weather.h @@ -51,22 +51,22 @@ along with this program. If not, see . // weather conditions (added in v0.1.2.0) typedef struct { HANDLE hContact; - char id[128]; - char city[128]; - char update[64]; - char cond[128]; - char temp[16]; - char low[16]; - char high[16]; - char feel[16]; - char wind[16]; - char winddir[64]; - char dewpoint[16]; - char pressure[16]; - char humid[16]; - char vis[16]; - char sunrise[32]; - char sunset[32]; + TCHAR id[128]; + TCHAR city[128]; + TCHAR update[64]; + TCHAR cond[128]; + TCHAR temp[16]; + TCHAR low[16]; + TCHAR high[16]; + TCHAR feel[16]; + TCHAR wind[16]; + TCHAR winddir[64]; + TCHAR dewpoint[16]; + TCHAR pressure[16]; + TCHAR humid[16]; + TCHAR vis[16]; + TCHAR sunrise[32]; + TCHAR sunset[32]; // are the other ones that important!? WORD status; } WEATHERINFO; -- cgit v1.2.3