Changeset 705 for trunk/dll/init.c


Ignore:
Timestamp:
Jun 24, 2007, 9:17:37 PM (18 years ago)
Author:
Gregg Young
Message:

Minor code cleanup fix ramdisk on states list & WORPLACE_PROCESS logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r690 r705  
    2424  21 Apr 07 GKY Find FM2Utils by path or utils directory eleminate fAddUtils global
    2525  15 Jun 07 SHL Make OpenWatcom compatible
     26  23 Jun 07 GKY Fix WORPLACE_PROCESS enviroment check logic
    2627
    2728***********************************************************************/
     
    628629
    629630  /* are we the workplace shell? */
    630   env = getenv("WORKPLACE__PROCESS");
    631   if (!env || stricmp(env, "NO"))
     631  env = getenv("WORKPLACE_PROCESS");
     632  if (!env || stricmp(env, "YES"))
    632633    fWorkPlace = TRUE;
    633634
Note: See TracChangeset for help on using the changeset viewer.