Changeset 1451 for trunk/dll/init.c


Ignore:
Timestamp:
Aug 8, 2009, 10:12:04 PM (16 years ago)
Author:
Gregg Young
Message:

Change WM_USER numbers to account for the fact that some values have been used by the toolkit; Fix unexpected behavior when doubleclick on dircnr dir icon; Provide option to tun off the drive exclude dialogg on startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1450 r1451  
    192192ULONG ulTimeFmt;
    193193ULONG ulDateFmt;
     194BOOL fDontSuggestAgain;
    194195BOOL fInitialDriveScan;
    195196BOOL fAmAV2;
     
    12401241    return 0; //already complained
    12411242  size = sizeof(BOOL);
     1243  PrfQueryProfileData(fmprof, appname, "DontSuggestAgain", &fDontSuggestAgain, &size);
     1244  size = sizeof(BOOL);
    12421245  PrfQueryProfileData(fmprof, appname, "ShowTarget", &fShowTarget, &size);
    12431246  size = sizeof(BOOL);
Note: See TracChangeset for help on using the changeset viewer.