Changeset 902 for trunk/dll/tools.h
- Timestamp:
- Jan 5, 2008, 3:47:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tools.h
r551 r902 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005 Steven H. Levine9 Copyright (c) 2005, 2008 Steven H. Levine 10 10 11 11 26 May 05 SHL Localize toolhead 12 04 Jan 08 SHL Allow standalone usage 12 13 13 14 ***********************************************************************/ 15 16 #if !defined(TOOLS_H) 17 #define TOOLS_H 18 19 #if !defined(OS2_INCLUDED) 20 #include <os2.h> 21 #endif 14 22 15 23 typedef struct TOOL … … 49 57 MRESULT EXPENTRY PickToolProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 50 58 MRESULT 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.