Changeset 1306 for trunk/dll/init.c
- Timestamp:
- Nov 30, 2008, 8:23:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1303 r1306 58 58 minimum size in future 59 59 29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate. 60 30 Nov 08 GKY Add the option of creating a subdirectory from the arcname 61 for the extract path to arc container. 60 62 61 63 ***********************************************************************/ … … 1490 1492 size = sizeof(extractpath); 1491 1493 PrfQueryProfileData(fmprof, appname, "ExtractPath", extractpath, &size); 1494 size = sizeof(BOOL); 1495 PrfQueryProfileData(fmprof, FM3Str, "FileNamePathCnr", &fFileNameCnrPath, &size); 1492 1496 size = sizeof(printer); 1493 1497 PrfQueryProfileData(fmprof, appname, "Printer", printer, &size);
Note:
See TracChangeset
for help on using the changeset viewer.