Changeset 1354 for trunk/dll/init.c
- Timestamp:
- Dec 25, 2008, 11:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1351 r1354 1549 1549 PrfQueryProfileData(fmprof, appname, "RemoteBug", &fRemoteBug, &size); 1550 1550 size = sizeof(BOOL); 1551 PrfQueryProfileData(fmprof, appname, "RScanLocal", &fRScanLocal, &size); 1552 size = sizeof(BOOL); 1553 PrfQueryProfileData(fmprof, appname, "RScanRemote", &fRScanRemote, &size); 1554 size = sizeof(BOOL); 1555 PrfQueryProfileData(fmprof, appname, "RScanVirtual", &fRScanVirtual, &size); 1556 size = sizeof(BOOL); 1557 PrfQueryProfileData(fmprof, appname, "RScanSlow", &fRScanSlow, &size); 1558 size = sizeof(BOOL); 1559 PrfQueryProfileData(fmprof, appname, "RScanNoWrite", &fRScanNoWrite, &size); 1560 size = sizeof(BOOL); 1551 1561 PrfQueryProfileData(fmprof, appname, "Drag&DropDlg", &fDragndropDlg, &size); 1552 1562 size = sizeof(BOOL);
Note:
See TracChangeset
for help on using the changeset viewer.