intl/icu/source/common/msvcres.h

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 //{{NO_DEPENDENCIES}}
michael@0 2 // Copyright (c) 2003-2010 International Business Machines
michael@0 3 // Corporation and others. All Rights Reserved.
michael@0 4 //
michael@0 5 // Used by common.rc and other .rc files.
michael@0 6 //Do not edit with Microsoft Developer Studio because it will modify this
michael@0 7 //header the wrong way. This is here to prevent Visual Studio .NET from
michael@0 8 //unnessarily building the resource files when it's not needed.
michael@0 9 //
michael@0 10
michael@0 11 /*
michael@0 12 These are defined before unicode/uversion.h in order to prevent
michael@0 13 STLPort's broken stddef.h from being used when rc.exe parses this file.
michael@0 14 */
michael@0 15 #define _STLP_OUTERMOST_HEADER_ID 0
michael@0 16 #define _STLP_WINCE 1
michael@0 17
michael@0 18 #include "unicode/uversion.h"
michael@0 19
michael@0 20 #define ICU_WEBSITE "http://icu-project.org"
michael@0 21 #define ICU_COMPANY "The ICU Project"
michael@0 22 #define ICU_PRODUCT_PREFIX "ICU"
michael@0 23 #define ICU_PRODUCT "International Components for Unicode"

mercurial