Ignore:
Timestamp:
Jun 7, 1999, 10:58:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r17 r46  
    1 /* $Id: wprocess.cpp,v 1.2 1999-05-31 22:08:14 phaller Exp $ */
    2 
    31/*
    42 *
     
    1917#include "windll.h"
    2018#include "winexe.h"
    21 #include "misc.h"
    22 
    2319#ifdef __IBMCPP__
    2420#include <builtin.h>
     
    5349    DebugInt3();
    5450  }
    55 
    56   char *modname = getenv("WIN32MODULE");
    57 
    58   if(modname != NULL)
    59   {
    60     dprintf(("KERNEL32: RegisterExe: Set full path for exe to %s", modname));
     51  char *modname;
     52  if(modname = getenv("WIN32MODULE")) {
     53    dprintf(("Set full path for exe to %s", modname));
    6154    winexe->setFullPath(modname);
    6255  }
Note: See TracChangeset for help on using the changeset viewer.