Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.5 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000
  5. //
  6. // File: wordbreaker.rc
  7. //
  8. // Contents: resources
  9. //
  10. // History: 22-Mar-00 dlee added this header
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "resource.h"
  14. #include "windows.h"
  15. #include "ntverp.h"
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "winres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. //
  25. // Generated from the TEXTINCLUDE 3 resource.
  26. //
  27. IDR_ENGUSWRDBRK REGISTRY DISCARDABLE "EngUS.rgs"
  28. IDR_ENGUKWRDBRK REGISTRY DISCARDABLE "EngUK.rgs"
  29. IDR_FRNFRNWRDBRK REGISTRY DISCARDABLE "FrnFrn.rgs"
  30. IDR_ITLITLWRDBRK REGISTRY DISCARDABLE "ItlItl.rgs"
  31. IDR_SPNMDRWRDBRK REGISTRY DISCARDABLE "SpnMdr.rgs"
  32. STRINGTABLE DISCARDABLE
  33. BEGIN
  34. IDS_PROJNAME L"Ciodm"
  35. END
  36. 1 TYPELIB "WordBreaker.tlb"
  37. #define VER_FILETYPE VFT_DLL
  38. #define VER_FILESUBTYPE VFT2_UNKNOWN
  39. #define VER_FILEDESCRIPTION_STR "English wordbreaker"
  40. #define VER_INTERNALNAME_STR "langwrbk.dll"
  41. #define VER_ORIGINALFILENAME_STR "langwrbk.dll"
  42. #include "common.ver"