Changeset 1505 for trunk/dll/notify.c


Ignore:
Timestamp:
Apr 12, 2010, 12:29:56 AM (15 years ago)
Author:
Gregg Young
Message:

Remove unnecessary type casts; minor formating cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notify.c

    r1498 r1505  
    308308    fThreadNotes = TRUE;
    309309    PrfWriteProfileData(fmprof,
    310                         (CHAR *) FM3Str,
     310                        FM3Str,
    311311                        "ThreadNotes",
    312312                        &fThreadNotes,
     
    345345
    346346      if (PrfQueryProfileData(fmprof,
    347                               (CHAR *) FM3Str, "NoteWndSwp", (PVOID) & swp, &size)) {
     347                              FM3Str, "NoteWndSwp", (PVOID) & swp, &size)) {
    348348        if (swp.fl & (SWP_HIDE | SWP_MINIMIZE)) {
    349349          fl |= SWP_MINIMIZE;
     
    390390        }
    391391        PrfWriteProfileData(fmprof,
    392                             (CHAR *) FM3Str, "NoteWndSwp", (PVOID) & swp, sizeof(SWP));
     392                            FM3Str, "NoteWndSwp", (PVOID) & swp, sizeof(SWP));
    393393      }
    394394    }
     
    477477      fThreadNotes = FALSE;             // Remember not open
    478478      PrfWriteProfileData(fmprof,
    479                           (CHAR *) FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL));
     479                          FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL));
    480480      hwndNotify = (HWND)0;
    481481    }
Note: See TracChangeset for help on using the changeset viewer.