michael@0: /* michael@0: ******************************************************************************** michael@0: * Copyright (C) 2005-2011, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ******************************************************************************** michael@0: * michael@0: * File WINTZ.H michael@0: * michael@0: ******************************************************************************** michael@0: */ michael@0: michael@0: #ifndef __WINTZ michael@0: #define __WINTZ michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: #if U_PLATFORM_HAS_WIN32_API michael@0: michael@0: /** michael@0: * \file michael@0: * \brief C API: Utilities for dealing w/ Windows time zones. michael@0: */ michael@0: michael@0: U_CDECL_BEGIN michael@0: /* Forward declarations for Windows types... */ michael@0: typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; michael@0: U_CDECL_END michael@0: michael@0: U_CFUNC const char* U_EXPORT2 michael@0: uprv_detectWindowsTimeZone(); michael@0: michael@0: #endif /* U_PLATFORM_HAS_WIN32_API */ michael@0: michael@0: #endif /* __WINTZ */