• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2******************************************************************************
3*
4*   Copyright (C) 2011, International Business Machines
5*   Corporation and others.  All Rights Reserved.
6*
7******************************************************************************
8*
9* Note: Windows build with MSVC Solution/Project files creates platform.h from
10*       platform.win buring common library build.  This file is an empty header
11*       file to ensure the #include "unicode/platform.h" statement works.
12*       If ICU4C is built with Cywin using MSVC, the normal autoconf generated
13*       platform.h file will be used instead of this empty header file.  This
14*       will help the user of ICU to know whether ICU was built with Cygwin using
15*       MSVC or was built with just the MSVC Solution/Project files.
16*/
17
18#ifndef _PLATFORM_H
19#define _PLATFORM_H
20/*
21 * This header file should be kept empty unless a Windows specific definition or
22 * configuration is needed.
23 */
24#endif
25
26