Changeset 902 for trunk/dll/tools.h


Ignore:
Timestamp:
Jan 5, 2008, 3:47:56 AM (18 years ago)
Author:
Steven Levine
Message:

Allow includes to be used standalone
Document include dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/tools.h

    r551 r902  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2005 Steven H. Levine
     9  Copyright (c) 2005, 2008 Steven H. Levine
    1010
    1111  26 May 05 SHL Localize toolhead
     12  04 Jan 08 SHL Allow standalone usage
    1213
    1314***********************************************************************/
     15
     16#if !defined(TOOLS_H)
     17#define TOOLS_H
     18
     19#if !defined(OS2_INCLUDED)
     20#include <os2.h>
     21#endif
    1422
    1523typedef struct TOOL
     
    4957MRESULT EXPENTRY PickToolProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    5058MRESULT EXPENTRY ToolIODlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     59
     60#endif // TOOLS_H
Note: See TracChangeset for help on using the changeset viewer.