Changeset 1156 for trunk/dll/objwin.c


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

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objwin.c

    r1078 r1156  
    2929#include "misc.h"                       // GetTidForThread
    3030#endif
     31#include "collect.h"                    // CollectorObjWndProc
     32#include "objwin.h"
     33#include "treecnr.h"                    // TreeObjWndProc
    3134#include "fm3dll.h"
    3235
    3336static PSZ pszSrcFile = __FILE__;
     37
     38static MRESULT EXPENTRY ObjectWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    3439
    3540MRESULT EXPENTRY ObjectWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
Note: See TracChangeset for help on using the changeset viewer.