blob: 0708827a1a32f3a10dd6a17b9580f7fc061a1008 [file] [log] [blame]
/*
********************************************************************************
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
********************************************************************************
*
* File WINNMTST.H
*
********************************************************************************
*/
#ifndef __WINNMTST
#define __WINNMTST
#include "unicode/utypes.h"
#if U_PLATFORM_USES_ONLY_WIN32_API
#if !UCONFIG_NO_FORMATTING
/**
* \file
* \brief C++ API: Format dates using Windows API.
*/
class TestLog;
class Win32NumberTest
{
public:
static void testLocales(TestLog *log);
private:
Win32NumberTest();
};
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif // U_PLATFORM_USES_ONLY_WIN32_API
#endif // __WINNMTST