| Index: source/test/intltest/winutil.h
|
| diff --git a/source/test/intltest/winutil.h b/source/test/intltest/winutil.h
|
| deleted file mode 100644
|
| index a0003059cdfef1366cb24ec2cc298e7243eef7c9..0000000000000000000000000000000000000000
|
| --- a/source/test/intltest/winutil.h
|
| +++ /dev/null
|
| @@ -1,46 +0,0 @@
|
| -/*
|
| -********************************************************************************
|
| -* Copyright (C) 2005-2011, International Business Machines
|
| -* Corporation and others. All Rights Reserved.
|
| -********************************************************************************
|
| -*
|
| -* File WINUTIL.H
|
| -*
|
| -********************************************************************************
|
| -*/
|
| -
|
| -#ifndef __WINUTIL
|
| -#define __WINUTIL
|
| -
|
| -#include "unicode/utypes.h"
|
| -
|
| -#if U_PLATFORM_HAS_WIN32_API
|
| -
|
| -#if !UCONFIG_NO_FORMATTING
|
| -
|
| -/**
|
| - * \file
|
| - * \brief C++ API: Format dates using Windows API.
|
| - */
|
| -
|
| -class Win32Utilities
|
| -{
|
| -public:
|
| - struct LCIDRecord
|
| - {
|
| - int32_t lcid;
|
| - char *localeID;
|
| - };
|
| -
|
| - static LCIDRecord *getLocales(int32_t &localeCount);
|
| - static void freeLocales(LCIDRecord *records);
|
| -
|
| -private:
|
| - Win32Utilities();
|
| -};
|
| -
|
| -#endif /* #if !UCONFIG_NO_FORMATTING */
|
| -
|
| -#endif // U_PLATFORM_HAS_WIN32_API
|
| -
|
| -#endif // __WINUTIL
|
|
|