Ignore:
Timestamp:
Jun 1, 1999, 12:08:16 AM (26 years ago)
Author:
phaller
Message:

Code cleanup #1 for build, mainly addresses linkage problems

File:
1 edited

Legend:

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

    r4 r17  
    1 /* $Id: wprocess.cpp,v 1.1 1999-05-24 20:19:50 ktk Exp $ */
     1/* $Id: wprocess.cpp,v 1.2 1999-05-31 22:08:14 phaller Exp $ */
    22
    33/*
     
    1919#include "windll.h"
    2020#include "winexe.h"
     21#include "misc.h"
     22
    2123#ifdef __IBMCPP__
    2224#include <builtin.h>
     
    5153    DebugInt3();
    5254  }
    53   char *modname;
    54   if(modname = getenv("WIN32MODULE")) {
    55     dprintf(("Set full path for exe to %s", modname));
     55
     56  char *modname = getenv("WIN32MODULE");
     57
     58  if(modname != NULL)
     59  {
     60    dprintf(("KERNEL32: RegisterExe: Set full path for exe to %s", modname));
    5661    winexe->setFullPath(modname);
    5762  }
Note: See TracChangeset for help on using the changeset viewer.