msvcres.h 910 B

12345678910111213141516171819202122232425
  1. // © 2016 and later: Unicode, Inc. and others.
  2. // License & terms of use: http://www.unicode.org/copyright.html
  3. //{{NO_DEPENDENCIES}}
  4. // Copyright (c) 2003-2010 International Business Machines
  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. //
  12. /*
  13. These are defined before unicode/uversion.h in order to prevent
  14. STLPort's broken stddef.h from being used when rc.exe parses this file.
  15. */
  16. #define _STLP_OUTERMOST_HEADER_ID 0
  17. #define _STLP_WINCE 1
  18. #include "unicode/uversion.h"
  19. #define ICU_WEBSITE "http://icu-project.org"
  20. #define ICU_COMPANY "The ICU Project"
  21. #define ICU_PRODUCT_PREFIX "ICU"
  22. #define ICU_PRODUCT "International Components for Unicode"