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.

105 lines
3.3 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: literals.c
  3. *
  4. * Global string variables that don't need converting for international builds.
  5. *
  6. *
  7. * Created: dd-mm-94
  8. * Author: Stephen Estrop [StephenE]
  9. *
  10. * Copyright (c) 1994 Microsoft Corporation
  11. \**************************************************************************/
  12. #define NOUSER
  13. #define NOGDI
  14. #define NOOLE
  15. //#include <windows.h>
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. extern TCHAR g_szEmpty[];
  20. extern TCHAR g_IniFileName[];
  21. extern TCHAR g_HelpFileName[];
  22. extern const TCHAR g_szBlank[];
  23. extern const TCHAR g_szSJE_CdPlayerClass[];
  24. extern const TCHAR g_szSndVol32[];
  25. extern const TCHAR TRACK_TIME_FORMAT[];
  26. extern const TCHAR TRACK_TIME_LEADOUT_FORMAT[];
  27. extern const TCHAR TRACK_REM_FORMAT[];
  28. extern const TCHAR DISC_REM_FORMAT[];
  29. extern const TCHAR DISC_TIME_FORMAT[];
  30. extern TCHAR g_szSaveSettingsOnExit[];
  31. extern TCHAR g_szSmallFont[];
  32. extern TCHAR g_szStopCDPlayingOnExit[];
  33. extern TCHAR g_szStartCDPlayingOnStart[];
  34. extern TCHAR g_szInOrderPlay[];
  35. extern TCHAR g_szMultiDiscPlay[];
  36. extern TCHAR g_szDisplayT[];
  37. extern TCHAR g_szDisplayTr[];
  38. extern TCHAR g_szDisplayDr[];
  39. extern TCHAR g_szIntroPlay[];
  40. extern TCHAR g_szIntroPlayLen[];
  41. extern TCHAR g_szContinuousPlay[];
  42. extern TCHAR g_szDiscAndTrackDisplay[];
  43. extern TCHAR g_szWindowOriginX[];
  44. extern TCHAR g_szWindowOriginY[];
  45. extern TCHAR g_szWindowOrigin[];
  46. extern TCHAR g_szSettings[];
  47. extern TCHAR g_szRandomPlay[];
  48. extern const TCHAR g_szNothingThere[];
  49. extern TCHAR g_szEntryTypeF[];
  50. extern TCHAR g_szArtistF[];
  51. extern TCHAR g_szTitleF[];
  52. extern TCHAR g_szNumTracksF[];
  53. extern TCHAR g_szOrderF[];
  54. extern TCHAR g_szNumPlayF[];
  55. extern TCHAR g_szEntryType[];
  56. extern TCHAR g_szArtist[];
  57. extern TCHAR g_szTitle[];
  58. extern TCHAR g_szNumTracks[];
  59. extern TCHAR g_szOrder[];
  60. extern TCHAR g_szNumPlay[];
  61. extern TCHAR g_szThreeNulls[];
  62. extern TCHAR g_szSectionF[];
  63. extern const TCHAR g_szMusicBoxIni[];
  64. extern const TCHAR g_szMusicBoxFormat[];
  65. extern const TCHAR g_szPlayList[];
  66. extern const TCHAR g_szDiscTitle[];
  67. extern const TCHAR g_szTextClassName[];
  68. extern const TCHAR g_szLEDClassName[];
  69. extern const TCHAR g_szAppFontName[];
  70. extern const TCHAR g_szPlay[];
  71. extern const TCHAR g_szTray[];
  72. extern const TCHAR g_szTrack[];
  73. extern const TCHAR g_szCDA[];
  74. extern const TCHAR g_szTrackFormat[];
  75. extern const TCHAR g_szNumbers[];
  76. extern const TCHAR g_szColon[];
  77. extern const TCHAR g_szColonBackSlash[];
  78. extern const TCHAR g_szPlayOption[];
  79. extern const TCHAR g_szTrackOption[];
  80. extern const TCHAR g_szCdplayer[];
  81. extern const TCHAR g_chBlank;
  82. extern const TCHAR g_chOptionSlash;
  83. extern const TCHAR g_chOptionHyphen;
  84. extern const TCHAR g_chNULL;
  85. extern const TCHAR g_szRegistryKey[];
  86. extern const TCHAR g_szUpdate[];
  87. extern const TCHAR g_szUpdateOption[];
  88. extern const TCHAR g_szCdPlayerMutex[];
  89. #ifdef __cplusplus
  90. };
  91. #endif