intl/icu/source/common/msvcres.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/common/msvcres.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +//{{NO_DEPENDENCIES}}
     1.5 +// Copyright (c) 2003-2010 International Business Machines
     1.6 +// Corporation and others. All Rights Reserved.
     1.7 +//
     1.8 +// Used by common.rc and other .rc files.
     1.9 +//Do not edit with Microsoft Developer Studio because it will modify this
    1.10 +//header the wrong way. This is here to prevent Visual Studio .NET from
    1.11 +//unnessarily building the resource files when it's not needed.
    1.12 +//
    1.13 +
    1.14 +/*
    1.15 +These are defined before unicode/uversion.h in order to prevent 
    1.16 +STLPort's broken stddef.h from being used when rc.exe parses this file. 
    1.17 +*/
    1.18 +#define _STLP_OUTERMOST_HEADER_ID 0
    1.19 +#define _STLP_WINCE 1
    1.20 +
    1.21 +#include "unicode/uversion.h"
    1.22 +
    1.23 +#define ICU_WEBSITE "http://icu-project.org"
    1.24 +#define ICU_COMPANY "The ICU Project"
    1.25 +#define ICU_PRODUCT_PREFIX "ICU"
    1.26 +#define ICU_PRODUCT "International Components for Unicode"

mercurial