diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 15:49:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 15:49:18 +0000 |
commit | a69ec13dfad93e5995b589f96b113ac8c1774c79 (patch) | |
tree | 28e7dc3f4caf822c2b1b36bf4eb3eb1c8fd1fcfa /plugins/UserInfoEx/src/svc_timezone.h | |
parent | 84fd5b6fe3fa22c29c371cb58c83d33f5c92b521 (diff) |
old unused code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@17203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_timezone.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_timezone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/src/svc_timezone.h b/plugins/UserInfoEx/src/svc_timezone.h index 533edacd4c..6c133a4a78 100644 --- a/plugins/UserInfoEx/src/svc_timezone.h +++ b/plugins/UserInfoEx/src/svc_timezone.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * This structure is used by GetTimeZoneInformationByIndex to retrieve
* timezone information from windows' registry
**/
+
typedef struct _REG_TZI_FORMAT
{
LONG Bias;
|