Changeset 1063 for trunk/dll/objwin.c


Ignore:
Timestamp:
Jul 11, 2008, 5:33:36 AM (17 years ago)
Author:
Gregg Young
Message:

Fortify ifdef reformat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objwin.c

    r1062 r1063  
    7777                   IDS_WINCREATEWINDOW);
    7878      else {
    79 #ifdef FORTIFY
    80         Fortify_EnterScope();
    81 #endif
     79#       ifdef FORTIFY
     80        Fortify_EnterScope();
     81#        endif
    8282        WinSetWindowPtr(ObjectHwnd, QWL_USER, args);
    8383        /* initially populate container */
     
    8888          WinDispatchMsg(hab2, &qmsg2);
    8989        WinDestroyWindow(ObjectHwnd);
    90 #ifdef FORTIFY
     90#           ifdef FORTIFY
    9191        {
    9292          HWND hwndCnr = ((DIRCNRDATA *)args)->hwndCnr;
     
    9898          Fortify_LeaveScope();
    9999        }
    100 #endif
     100#            endif
    101101      }
    102102      WinDestroyMsgQueue(hmq2);
Note: See TracChangeset for help on using the changeset viewer.