ICU-6935 missing C++ namespace use
X-SVN-Rev: 26504
This commit is contained in:
parent
558c4b2824
commit
ef7e0a8eff
@ -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…
Reference in New Issue
Block a user