diff options
Diffstat (limited to 'plugins/UserInfoEx/src/svc_timezone.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_timezone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_timezone.h b/plugins/UserInfoEx/src/svc_timezone.h index 25276c6898..533edacd4c 100644 --- a/plugins/UserInfoEx/src/svc_timezone.h +++ b/plugins/UserInfoEx/src/svc_timezone.h @@ -38,6 +38,6 @@ typedef struct _REG_TZI_FORMAT INT_PTR GetContactTimeZoneInformation(WPARAM wParam, LPARAM lParam);
INT_PTR GetContactLocalTime(WPARAM wParam, LPARAM lParam);
-VOID SvcTimezoneLoadModule();
+void SvcTimezoneLoadModule();
#endif /* _SVC_TIMEZONE_H_ */
\ No newline at end of file |