Changeset 8694 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jun 16, 2002, 10:20:36 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r8686 r8694 1 /* $Id: wprocess.cpp,v 1.15 4 2002-06-15 17:15:18sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.155 2002-06-16 08:20:36 sandervl Exp $ */ 2 2 3 3 /* … … 788 788 return NULL; 789 789 } 790 791 //Expand library filename; might contain environment variables792 //(such as %SystemDrive%)793 CHAR lpszExpandedLibFile[CCHMAXPATH];794 ExpandEnvironmentStringsA(lpszLibFile, lpszExpandedLibFile, sizeof(lpszExpandedLibFile));795 lpszLibFile = lpszExpandedLibFile;796 790 797 791 /** @sketch
Note:
See TracChangeset
for help on using the changeset viewer.