diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_timezone.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_timezone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/svc_timezone.cpp b/plugins/UserInfoEx/svc_timezone.cpp index a114ce054e..d9d0b4688c 100644 --- a/plugins/UserInfoEx/svc_timezone.cpp +++ b/plugins/UserInfoEx/svc_timezone.cpp @@ -78,6 +78,6 @@ INT_PTR GetContactLocalTime(WPARAM wParam, LPARAM lParam) **/
VOID SvcTimezoneLoadModule()
{
- myCreateServiceFunction(MS_USERINFO_TIMEZONEINFO, GetContactTimeZoneInformation);
- myCreateServiceFunction(MS_USERINFO_LOCALTIME, GetContactLocalTime);
+ CreateServiceFunction(MS_USERINFO_TIMEZONEINFO, GetContactTimeZoneInformation);
+ CreateServiceFunction(MS_USERINFO_LOCALTIME, GetContactLocalTime);
}
|