Changeset 896 for trunk/dll/init.c


Ignore:
Timestamp:
Dec 31, 2007, 12:29:13 AM (18 years ago)
Author:
Gregg Young
Message:

Add LIBPATHSTRICT option for mailto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r892 r896  
    12151215  size = sizeof(BOOL);
    12161216  PrfQueryProfileData(fmprof, appname, "LibPathStrictFtpRun", &fLibPathStrictFtpRun,
     1217                      &size);
     1218  size = sizeof(BOOL);
     1219  PrfQueryProfileData(fmprof, appname, "LibPathStrictMailRun", &fLibPathStrictMailRun,
    12171220                      &size);
    12181221  size = sizeof(BOOL);
Note: See TracChangeset for help on using the changeset viewer.