mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-20352 Remove unneeded UWP includes for WRL and Windows.Globalization.h from putil.cpp
This commit is contained in:
parent
e6cd35e005
commit
25380f6f81
1 changed files with 0 additions and 11 deletions
|
@ -103,17 +103,6 @@
|
|||
# include <windows.h>
|
||||
# include "unicode/uloc.h"
|
||||
# include "wintz.h"
|
||||
#if U_PLATFORM_HAS_WINUWP_API
|
||||
typedef PVOID LPMSG; // TODO: figure out how to get rid of this typedef
|
||||
#include <Windows.Globalization.h>
|
||||
#include <windows.system.userprofile.h>
|
||||
#include <wrl/wrappers/corewrappers.h>
|
||||
#include <wrl/client.h>
|
||||
|
||||
using namespace ABI::Windows::Foundation;
|
||||
using namespace Microsoft::WRL;
|
||||
using namespace Microsoft::WRL::Wrappers;
|
||||
#endif
|
||||
#elif U_PLATFORM == U_PF_OS400
|
||||
# include <float.h>
|
||||
# include <qusec.h> /* error code structure */
|
||||
|
|
Loading…
Add table
Reference in a new issue