]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/windttst.h
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 #if U_PLATFORM_USES_ONLY_WIN32_API
21 #if !UCONFIG_NO_FORMATTING
25 * \brief C++ API: Format dates using Windows API.
30 class Win32DateTimeTest
33 static void testLocales(DateFormatTest
*log
);
39 #endif /* #if !UCONFIG_NO_FORMATTING */
41 #endif // U_PLATFORM_USES_ONLY_WIN32_API