Source code of Windows XP (NT5)
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.

95 lines
3.0 KiB

  1. // all of the stuf here should go away, use inline strings, the compiler merges them
  2. #include <regstr.h>
  3. extern const TCHAR c_szShell32Dll[];
  4. extern const TCHAR c_szBaseClass[];
  5. extern const TCHAR c_szBriefcase[];
  6. extern const TCHAR c_szStubWindowClass[];
  7. extern const TCHAR c_szConnect[];
  8. extern const TCHAR c_szConv[];
  9. extern const TCHAR c_szDesktopIni[];
  10. extern const TCHAR c_szDotDir[];
  11. extern const TCHAR c_szDotDot[];
  12. extern const TCHAR c_szDotExe[];
  13. extern const TCHAR c_szEllipses[];
  14. extern const TCHAR c_szExplore[];
  15. extern const TCHAR c_szFILEOKSTRING[];
  16. extern const TCHAR c_szFileCabinet[];
  17. extern const TCHAR c_szFolderClass[];
  18. extern const TCHAR c_szHeaderClass[];
  19. extern const TCHAR c_szListViewClass[];
  20. extern const TCHAR c_szMenuHandler[];
  21. extern const TCHAR c_szNetRoot[];
  22. extern const TCHAR c_szNetworkClass[];
  23. extern const TCHAR c_szOpen[];
  24. extern const TCHAR c_szOpenAs[];
  25. extern const TCHAR c_szEdit[];
  26. extern const TCHAR c_szOptions[];
  27. extern const TCHAR c_szPATH[];
  28. extern const TCHAR c_szPrint[];
  29. extern const TCHAR c_szPrintTo[];
  30. extern const TCHAR c_szQuote[];
  31. extern const TCHAR c_szRunConnect[];
  32. extern const TCHAR c_szRunDll[];
  33. extern const TCHAR c_szRunDll16[];
  34. extern const TCHAR c_szRecentDocs[];
  35. extern const TCHAR c_szShellUIHandler[];
  36. extern const TCHAR c_szSlashCommand[];
  37. extern const TCHAR c_szSlashDDEExec[];
  38. extern const TCHAR c_szSpace[];
  39. extern const TCHAR c_szStar[];
  40. extern const TCHAR c_szStarDotStar[];
  41. extern const TCHAR c_szTrayClass[];
  42. extern const TCHAR c_szViewState[];
  43. extern const TCHAR c_szNULL[];
  44. #define szNULL c_szNULL
  45. extern const CHAR c_szNULLA[];
  46. extern const TCHAR c_szDefaultIcon[];
  47. extern const TCHAR c_szShell[];
  48. extern const TCHAR c_szDesktop[];
  49. extern const TCHAR c_szShellOpenCmd[];
  50. extern const TCHAR c_szShellNew[];
  51. extern const TCHAR c_szData[];
  52. extern const TCHAR c_szFile[];
  53. #define CCHELLIPSES 3
  54. extern const TCHAR c_szSetDefault[];
  55. extern const TCHAR c_szNewObject[];
  56. extern const TCHAR c_szPause[];
  57. extern const TCHAR c_szResume[];
  58. extern const TCHAR c_szPurge[];
  59. extern const TCHAR c_szListView[];
  60. extern const TCHAR c_szPositions[];
  61. extern const TCHAR c_szPrinterIni[];
  62. extern const TCHAR c_szFileColon[];
  63. extern const TCHAR c_szPrinters[];
  64. extern const TCHAR c_szCut[];
  65. extern const TCHAR c_szCopy[];
  66. extern const TCHAR c_szLink[];
  67. extern const TCHAR c_szProperties[];
  68. extern const TCHAR c_szPaste[];
  69. extern const TCHAR c_szPasteLink[];
  70. extern const TCHAR c_szRename[];
  71. extern const TCHAR c_szFind[];
  72. extern const TCHAR c_szNoRun[];
  73. extern const TCHAR c_szNoClose[];
  74. extern const TCHAR c_szNoSaveSettings[];
  75. extern const TCHAR c_szNoFileMenu[];
  76. extern const TCHAR c_szNoSetFolders[];
  77. extern const TCHAR c_szNoSetTaskbar[];
  78. extern const TCHAR c_szNoDesktop[];
  79. extern const TCHAR c_szNoFind[];
  80. extern const TCHAR c_szNoDrives[];
  81. extern const TCHAR c_szNoDriveAutoRun[];
  82. extern const TCHAR c_szNoDriveTypeAutoRun[];
  83. extern const TCHAR c_szNoNetHood[];
  84. extern const TCHAR c_szFontExtDll[];
  85. extern const TCHAR c_szCommand[];
  86. #define SHELL_HLP "shell.hlp" // What help file the shell uses.