blob: 0cace85e7472d04188a1ac16951a714bcb825e3f [file] [log] [blame]
Fredrik Roubert0596fae2017-04-18 21:34:02 +02001// © 2016 and later: Unicode, Inc. and others.
Fredrik Roubert64339d32016-10-21 19:43:16 +02002// License & terms of use: http://www.unicode.org/copyright.html
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07003//{{NO_DEPENDENCIES}}
claireho50294ea2010-05-03 15:44:48 -07004// Copyright (c) 2003-2010 International Business Machines
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07005// Corporation and others. All Rights Reserved.
6//
7// Used by common.rc and other .rc files.
8//Do not edit with Microsoft Developer Studio because it will modify this
9//header the wrong way. This is here to prevent Visual Studio .NET from
10//unnessarily building the resource files when it's not needed.
11//
12
13/*
14These are defined before unicode/uversion.h in order to prevent
15STLPort's broken stddef.h from being used when rc.exe parses this file.
16*/
17#define _STLP_OUTERMOST_HEADER_ID 0
18#define _STLP_WINCE 1
19
20#include "unicode/uversion.h"
21
claireho50294ea2010-05-03 15:44:48 -070022#define ICU_WEBSITE "http://icu-project.org"
23#define ICU_COMPANY "The ICU Project"
24#define ICU_PRODUCT_PREFIX "ICU"
25#define ICU_PRODUCT "International Components for Unicode"