Changeset 707 for trunk/dll/init.c
- Timestamp:
- Jun 24, 2007, 10:33:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r705 r707 630 630 /* are we the workplace shell? */ 631 631 env = getenv("WORKPLACE_PROCESS"); 632 if (!env || stricmp(env, "YES")) 633 fWorkPlace = TRUE; 634 632 if (!env){ 633 env = getenv("WORKPLACE__PROCESS"); 634 if (!env || stricmp(env, "YES")) 635 fWorkPlace = TRUE; 636 } 637 else{ 638 if (stricmp(env, "YES")) 639 fWorkPlace = TRUE; 640 } 635 641 if ((!strchr(profile, '\\') && !strchr(profile, ':')) || 636 642 !(fmprof = PrfOpenProfile((HAB) 0, profile))) {
Note:
See TracChangeset
for help on using the changeset viewer.