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