Changeset 1024
- Timestamp:
- May 31, 2008, 10:03:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1017 r1024 2916 2916 PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & swp, sizeof(SWP)); 2917 2917 } 2918 else if (fIsShutDownState) { 2919 sprintf(szKey, "%sNumDirsLastTime", szPrefix); 2920 PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & numsaves, sizeof(ULONG)); 2921 } 2918 2922 2919 2923 return nSaved;
Note:
See TracChangeset
for help on using the changeset viewer.