Changeset 1505 for trunk/dll/notify.c
- Timestamp:
- Apr 12, 2010, 12:29:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r1498 r1505 308 308 fThreadNotes = TRUE; 309 309 PrfWriteProfileData(fmprof, 310 (CHAR *)FM3Str,310 FM3Str, 311 311 "ThreadNotes", 312 312 &fThreadNotes, … … 345 345 346 346 if (PrfQueryProfileData(fmprof, 347 (CHAR *)FM3Str, "NoteWndSwp", (PVOID) & swp, &size)) {347 FM3Str, "NoteWndSwp", (PVOID) & swp, &size)) { 348 348 if (swp.fl & (SWP_HIDE | SWP_MINIMIZE)) { 349 349 fl |= SWP_MINIMIZE; … … 390 390 } 391 391 PrfWriteProfileData(fmprof, 392 (CHAR *)FM3Str, "NoteWndSwp", (PVOID) & swp, sizeof(SWP));392 FM3Str, "NoteWndSwp", (PVOID) & swp, sizeof(SWP)); 393 393 } 394 394 } … … 477 477 fThreadNotes = FALSE; // Remember not open 478 478 PrfWriteProfileData(fmprof, 479 (CHAR *)FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL));479 FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL)); 480 480 hwndNotify = (HWND)0; 481 481 }
Note:
See TracChangeset
for help on using the changeset viewer.