Changeset 1424 for trunk/dll/init.c
- Timestamp:
- Jun 6, 2009, 9:16:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1409 r1424 1309 1309 PrfQueryProfileData(fmprof, appname, "ShowEnv", &fShowEnv, &size); 1310 1310 PrfQueryProfileString(fmprof, appname, "TreeEnvVarList", "PATH;DPATH;LIBPATH;HELP;BOOKSHELF;", 1311 pszTreeEnvVarList, MaxComLineStrg); 1311 pszTreeEnvVarList, MaxComLineStrg); 1312 size = sizeof(BOOL); 1313 PrfQueryProfileData(fmprof, FM3Str, "ShowSysType", &fShowSysType, &size); 1314 size = sizeof(BOOL); 1315 PrfQueryProfileData(fmprof, FM3Str, "ShowLabel", &fShowLabel, &size); 1312 1316 size = sizeof(BOOL); 1313 1317 PrfQueryProfileData(fmprof, appname, "LeaveTree", &fLeaveTree, &size);
Note:
See TracChangeset
for help on using the changeset viewer.