1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ********************************************************************************
5 * Copyright (C) 2005-2011, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 ********************************************************************************
11 ********************************************************************************
17 #include "unicode/utypes.h"
19 #if U_PLATFORM_USES_ONLY_WIN32_API
23 * \brief C API: Utilities for dealing w/ Windows time zones.
27 /* Forward declarations for Windows types... */
28 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION
;
31 U_INTERNAL
const char* U_EXPORT2
32 uprv_detectWindowsTimeZone();
34 #endif /* U_PLATFORM_USES_ONLY_WIN32_API */