mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6935 missing C++ namespace use
X-SVN-Rev: 26504
This commit is contained in:
parent
558c4b2824
commit
ef7e0a8eff
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
********************************************************************************
|
||||
* Copyright (C) 2008, International Business Machines
|
||||
* Copyright (C) 2009, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
********************************************************************************
|
||||
*
|
||||
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
U_NAMESPACE_USE
|
||||
|
||||
static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
UBool result = TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue