Changeset 1505 for trunk/dll/systemf.c
- Timestamp:
- Apr 12, 2010, 12:29:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1498 r1505 656 656 657 657 memset(&ex, 0, sizeof(EXECARGS)); 658 //DbgMsg(pszSrcFile, __LINE__, "env %s", environment); 658 659 if (!environment) { 659 660 ULONG size; 660 661 661 662 size = ENVIRONMENT_SIZE; 662 PrfQueryProfileData(fmprof, (CHAR *)FM3Str, command, ex.environment, &size);663 PrfQueryProfileData(fmprof, FM3Str, command, ex.environment, &size); 663 664 } 664 665 else
Note:
See TracChangeset
for help on using the changeset viewer.