15 lines
399 B
C
15 lines
399 B
C
|
//---------------------------------------------------------------------------
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
extern const TCHAR c_szProgmanIni[];
|
||
|
extern const TCHAR c_szStartup[];
|
||
|
extern const TCHAR c_szProgmanExe[];
|
||
|
extern const TCHAR c_szProgman[];
|
||
|
|
||
|
|
||
|
void BuildDefaultGroups(void);
|
||
|
void EditStartMenu(void);
|
||
|
BOOL FindProgmanIni(LPTSTR pszPath);
|
||
|
|