Changeset 1455 for trunk/dll/worker.h
- Timestamp:
- Sep 15, 2009, 4:43:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.h
r1444 r1455 4 4 $Id$ 5 5 6 <<description here>>6 Worker thread interface 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 8Steven H. Levine9 Copyright (c) 2001, 2009 Steven H. Levine 10 10 11 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 14 Sep 09 SHL Drop experimental code 12 13 13 14 ***********************************************************************/ … … 51 52 VOID MassAction(VOID * args); 52 53 53 MRESULT EXPENTRY ActionWMTimer(HWND hwnd, MPARAM mp1, MPARAM mp2);54 MRESULT EXPENTRY ActionUMWorkerState(HWND hwnd, MPARAM mp1, MPARAM mp2);55 56 54 #endif // WORKER_H
Note:
See TracChangeset
for help on using the changeset viewer.