96 lines
3 KiB
C
96 lines
3 KiB
C
// all of the stuf here should go away, use inline strings, the compiler merges them
|
|
#include <regstr.h>
|
|
|
|
extern const TCHAR c_szShell32Dll[];
|
|
extern const TCHAR c_szBaseClass[];
|
|
extern const TCHAR c_szBriefcase[];
|
|
extern const TCHAR c_szStubWindowClass[];
|
|
extern const TCHAR c_szConnect[];
|
|
extern const TCHAR c_szConv[];
|
|
extern const TCHAR c_szDesktopIni[];
|
|
extern const TCHAR c_szDotDir[];
|
|
extern const TCHAR c_szDotDot[];
|
|
extern const TCHAR c_szDotExe[];
|
|
extern const TCHAR c_szEllipses[];
|
|
extern const TCHAR c_szExplore[];
|
|
extern const TCHAR c_szFILEOKSTRING[];
|
|
extern const TCHAR c_szFileCabinet[];
|
|
extern const TCHAR c_szFolderClass[];
|
|
extern const TCHAR c_szHeaderClass[];
|
|
extern const TCHAR c_szListViewClass[];
|
|
extern const TCHAR c_szMenuHandler[];
|
|
extern const TCHAR c_szNetRoot[];
|
|
extern const TCHAR c_szNetworkClass[];
|
|
extern const TCHAR c_szOpen[];
|
|
extern const TCHAR c_szOpenAs[];
|
|
extern const TCHAR c_szEdit[];
|
|
extern const TCHAR c_szOptions[];
|
|
extern const TCHAR c_szPATH[];
|
|
extern const TCHAR c_szPrint[];
|
|
extern const TCHAR c_szPrintTo[];
|
|
extern const TCHAR c_szQuote[];
|
|
extern const TCHAR c_szRunConnect[];
|
|
extern const TCHAR c_szRunDll[];
|
|
extern const TCHAR c_szRunDll16[];
|
|
extern const TCHAR c_szRecentDocs[];
|
|
extern const TCHAR c_szShellUIHandler[];
|
|
extern const TCHAR c_szSlashCommand[];
|
|
extern const TCHAR c_szSlashDDEExec[];
|
|
extern const TCHAR c_szSpace[];
|
|
extern const TCHAR c_szStar[];
|
|
extern const TCHAR c_szStarDotStar[];
|
|
extern const TCHAR c_szTrayClass[];
|
|
extern const TCHAR c_szViewState[];
|
|
extern const TCHAR c_szNULL[];
|
|
#define szNULL c_szNULL
|
|
extern const CHAR c_szNULLA[];
|
|
extern const TCHAR c_szDefaultIcon[];
|
|
extern const TCHAR c_szShell[];
|
|
extern const TCHAR c_szDesktop[];
|
|
extern const TCHAR c_szShellOpenCmd[];
|
|
|
|
extern const TCHAR c_szShellNew[];
|
|
extern const TCHAR c_szData[];
|
|
extern const TCHAR c_szFile[];
|
|
|
|
#define CCHELLIPSES 3
|
|
|
|
extern const TCHAR c_szSetDefault[];
|
|
extern const TCHAR c_szNewObject[];
|
|
extern const TCHAR c_szPause[];
|
|
extern const TCHAR c_szResume[];
|
|
extern const TCHAR c_szPurge[];
|
|
extern const TCHAR c_szListView[];
|
|
extern const TCHAR c_szPositions[];
|
|
extern const TCHAR c_szPrinterIni[];
|
|
extern const TCHAR c_szFileColon[];
|
|
extern const TCHAR c_szPrinters[];
|
|
|
|
extern const TCHAR c_szCut[];
|
|
extern const TCHAR c_szCopy[];
|
|
extern const TCHAR c_szLink[];
|
|
extern const TCHAR c_szProperties[];
|
|
extern const TCHAR c_szPaste[];
|
|
extern const TCHAR c_szPasteLink[];
|
|
extern const TCHAR c_szRename[];
|
|
|
|
extern const TCHAR c_szFind[];
|
|
extern const TCHAR c_szNoRun[];
|
|
extern const TCHAR c_szNoClose[];
|
|
extern const TCHAR c_szNoSaveSettings[];
|
|
extern const TCHAR c_szNoFileMenu[];
|
|
extern const TCHAR c_szNoSetFolders[];
|
|
extern const TCHAR c_szNoSetTaskbar[];
|
|
extern const TCHAR c_szNoDesktop[];
|
|
extern const TCHAR c_szNoFind[];
|
|
extern const TCHAR c_szNoDrives[];
|
|
extern const TCHAR c_szNoDriveAutoRun[];
|
|
extern const TCHAR c_szNoDriveTypeAutoRun[];
|
|
extern const TCHAR c_szNoNetHood[];
|
|
extern const TCHAR c_szFontExtDll[];
|
|
|
|
extern const TCHAR c_szCommand[];
|
|
|
|
#define SHELL_HLP "shell.hlp" // What help file the shell uses.
|
|
|