Changeset 17 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jun 1, 1999, 12:08:16 AM (26 years ago)
- 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 ktkExp $ */1 /* $Id: wprocess.cpp,v 1.2 1999-05-31 22:08:14 phaller Exp $ */ 2 2 3 3 /* … … 19 19 #include "windll.h" 20 20 #include "winexe.h" 21 #include "misc.h" 22 21 23 #ifdef __IBMCPP__ 22 24 #include <builtin.h> … … 51 53 DebugInt3(); 52 54 } 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)); 56 61 winexe->setFullPath(modname); 57 62 }
Note:
See TracChangeset
for help on using the changeset viewer.