summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_timezone_old.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-28 14:55:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-28 14:55:49 +0000
commit056d2be888a4235a109a123b7b2a715aa3ff72ba (patch)
treeb1956081bb951f44ced81414db7656a832613b71 /plugins/UserInfoEx/src/svc_timezone_old.h
parent5f03619d3bbda7a617f50ded2698cffc434dd525 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_timezone_old.h')
-rw-r--r--plugins/UserInfoEx/src/svc_timezone_old.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/svc_timezone_old.h b/plugins/UserInfoEx/src/svc_timezone_old.h
index b3dc66a18f..8d8627039f 100644
--- a/plugins/UserInfoEx/src/svc_timezone_old.h
+++ b/plugins/UserInfoEx/src/svc_timezone_old.h
@@ -76,7 +76,7 @@ struct CTimeZone : public REG_TZI_FORMAT
operator TIME_ZONE_INFORMATION() const;
};
-typedef INT_PTR (*PEnumNamesProc)(CTimeZone* pTimeZone, INT index, LPARAM lParam);
+typedef INT_PTR (*PEnumNamesProc)(CTimeZone* pTimeZone, int index, LPARAM lParam);
CTimeZone* GetContactTimeZone(HANDLE hContact);
CTimeZone* GetContactTimeZone(HANDLE hContact, LPCSTR pszProto);
@@ -87,7 +87,7 @@ INT_PTR EnumTimeZones(PEnumNamesProc enumProc, LPARAM lParam);
INT_PTR GetContactTimeZoneInformation_old(WPARAM wParam, LPARAM lParam);
INT_PTR GetContactLocalTime_old(WPARAM wParam, LPARAM lParam);
-VOID SvcTimezoneSyncWithWindows();
-VOID SvcTimezoneLoadModule_old();
+void SvcTimezoneSyncWithWindows();
+void SvcTimezoneLoadModule_old();
#endif /* _SVC_TIMEZONE_H_OLD */ \ No newline at end of file