Changeset 1162 for trunk/dll/newview.c


Ignore:
Timestamp:
Sep 5, 2008, 11:43:09 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r1084 r1162  
    5353#include "strutil.h"                    // GetPString
    5454#include "notebook.h"                   // httprun etc
     55#include "colors.h"                     // ColorDlgProc
     56#include "defview.h"                    // DefaultView
     57#include "draglist.h"                   // DragOne
     58#include "mainwnd.h"                    // FillClient, MakeBubble
     59#include "valid.h"                      // IsBinary
     60#include "saveclip.h"                   // ListToClipboardHab
     61#include "codepage.h"                   // PickCodepage
     62#include "fonts.h"                      // SetPresParamFromFattrs
     63#include "newview.h"
     64#include "strips.h"                     // chop_at_crnl, convert_nl_to_nul
     65                                        // remove_first_occurence_of_character
     66#include "strips.h"                     // strip_lead_char, strip_trail_char
    5567#include "fm3dll.h"
    5668#include "fortify.h"
Note: See TracChangeset for help on using the changeset viewer.