diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-05-01 17:08:53 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-05-01 17:08:53 +0000 |
commit | ef97fb204e8bb9d3924c304b6b44a51070c51177 (patch) | |
tree | ce49d031fc4a5daaa3ff7377d69b09beea061274 /plugins/Exchange/src/utils.h | |
parent | 7e2bed99b8564bb1393b0b133c2a3ae415682fde (diff) |
Exchange:
-Minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/utils.h')
-rw-r--r-- | plugins/Exchange/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Exchange/src/utils.h b/plugins/Exchange/src/utils.h index c5915e7192..c430a5f995 100644 --- a/plugins/Exchange/src/utils.h +++ b/plugins/Exchange/src/utils.h @@ -45,5 +45,5 @@ int GetStringFromDatabase(char *szSettingName, TCHAR *szError, TCHAR *szResult, int ThreadCheckEmail(int bForceAttempt);
-void _popupUtil(char* szMsg);
+void _popupUtil(TCHAR *szMsg);
#endif
\ No newline at end of file |