]> git.saurik.com Git - apple/icu.git/blame - icuSources/common/msvcres.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / msvcres.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
374ca955 3//{{NO_DEPENDENCIES}}
729e4ab9 4// Copyright (c) 2003-2010 International Business Machines
374ca955
A
5// 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//
73c04bcf
A
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
374ca955
A
20#include "unicode/uversion.h"
21
729e4ab9
A
22#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"