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 // This file contains only desktop windows behavior
20 // Windows UWP calls Windows::Globalization directly, so this isn't needed there.
21 #if U_PLATFORM_USES_ONLY_WIN32_API && (U_PLATFORM_HAS_WINUWP_API == 0)
25 * \brief C API: Utilities for dealing w/ Windows time zones.
29 /* Forward declarations for Windows types... */
30 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION
;
33 U_CFUNC
const char* U_EXPORT2
34 uprv_detectWindowsTimeZone();
36 #endif /* U_PLATFORM_USES_ONLY_WIN32_API && (U_PLATFORM_HAS_WINUWP_API == 0) */