Changeset 1451 for trunk/dll/init.c
- Timestamp:
- Aug 8, 2009, 10:12:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1450 r1451 192 192 ULONG ulTimeFmt; 193 193 ULONG ulDateFmt; 194 BOOL fDontSuggestAgain; 194 195 BOOL fInitialDriveScan; 195 196 BOOL fAmAV2; … … 1240 1241 return 0; //already complained 1241 1242 size = sizeof(BOOL); 1243 PrfQueryProfileData(fmprof, appname, "DontSuggestAgain", &fDontSuggestAgain, &size); 1244 size = sizeof(BOOL); 1242 1245 PrfQueryProfileData(fmprof, appname, "ShowTarget", &fShowTarget, &size); 1243 1246 size = sizeof(BOOL);
Note:
See TracChangeset
for help on using the changeset viewer.