Lines Matching full:windows
33 /* TODO(andy): Why doesn't windows.h compile in all files? It does in some.
34 * The intent was to include windows.h here, and have struct UMutex
35 * have an embedded CRITICAL_SECTION when building on Windows.
37 * avoiding the need to include windows.h everwhere this header is included.
45 # include <windows.h>
154 /* U_INIT_ONCE mimics the windows API INIT_ONCE, which exists on Windows Vista and newer.
155 * When ICU no longer needs to support older Windows platforms (XP) that do not have
156 * a native INIT_ONCE, switch this implementation over to wrap the native Windows APIs.
169 * Windows.h, which would allow using CRITICAL_SECTION