Changeset 1482 for trunk/dll/arccnrs.c
- Timestamp:
- Dec 13, 2009, 8:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1480 r1482 76 76 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used) 77 77 12 Mar 09 SHL Use common SearchContainer 78 13 Dec 09 GKY Fixed separate paramenters. Please note that appname should be used in 79 profile calls for user settings that work and are setable in more than one 80 miniapp; FM3Str should be used for setting only relavent to FM/2 or that 81 aren't user settable; realappname should be used for setting applicable to 82 one or more miniapp but not to FM/2 78 83 79 84 ***********************************************************************/ … … 175 180 #pragma data_seg(GLOBAL2) 176 181 CHAR lastextractpath[CCHMAXPATH]; 177 ULONGLONG ullDATFileSpaceNeeded ;182 ULONGLONG ullDATFileSpaceNeeded = 10000; 178 183 179 184 typedef struct { … … 3813 3818 3814 3819 WinQueryTaskSizePos(WinQueryAnchorBlock(hwndFrame), 0, &swp); 3815 if (PrfQueryProfileData(fmprof, 3816 appname, "AV2SizePos", &swpD, &size)) { 3820 if (PrfQueryProfileData(fmprof, appname, "AV2SizePos", &swpD, &size)) { 3817 3821 cxScreen = WinQuerySysValue(HWND_DESKTOP, SV_CXSCREEN); 3818 3822 cyScreen = WinQuerySysValue(HWND_DESKTOP, SV_CYSCREEN);
Note:
See TracChangeset
for help on using the changeset viewer.