Changeset 1163 for trunk/dll/assoc.c


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

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r1119 r1163  
    3838#include "errutil.h"                    // Dos_Error...
    3939#include "strutil.h"                    // GetPString
     40#include "assoc.h"
    4041#include "fm3dll.h"
    4142#include "fortify.h"
     
    6970
    7071static PSZ pszSrcFile = __FILE__;
     72
     73static VOID load_associations(VOID);
     74static VOID save_associations(VOID);
    7175
    7276MRESULT EXPENTRY AssocTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
Note: See TracChangeset for help on using the changeset viewer.