diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-11 08:31:53 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-11 08:31:53 +0000 |
commit | 65d90486d32affb97b6803abdb77fe09252d8c98 (patch) | |
tree | 8baa23155be080b2c1246dbfe5f28f5867812b58 /plugins/Weather/src/weather.h | |
parent | f074f54bcb0f6e01dbb0cda4f0727ce8043b399b (diff) |
- IEView: Ressource fixes
- Weather: Fix for a rare message box
git-svn-id: http://svn.miranda-ng.org/main/trunk@5643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather.h')
-rw-r--r-- | plugins/Weather/src/weather.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Weather/src/weather.h b/plugins/Weather/src/weather.h index b60a90559a..f15bb518cf 100644 --- a/plugins/Weather/src/weather.h +++ b/plugins/Weather/src/weather.h @@ -449,10 +449,10 @@ void NetlibHttpDisconnect(void); void WIListAdd(WIDATA Data);
WIDATA* GetWIData(TCHAR *pszServ);
-BOOL IsContainedInCondList(const TCHAR *pszStr, WICONDLIST *List);
+bool IsContainedInCondList(const TCHAR *pszStr, WICONDLIST *List);
void DestroyWIList();
-BOOL LoadWIData(BOOL dial);
+bool LoadWIData(bool dial);
void FreeWIData(WIDATA *Data);
INT_PTR CALLBACK DlgProcSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|