Changeset 3743 for trunk/src/comctl32/animate.cpp
- Timestamp:
- Jun 22, 2000, 9:02:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/animate.cpp
r3585 r3743 1 /* $Id: animate.cpp,v 1. 3 2000-05-22 17:25:06cbratschi Exp $ */1 /* $Id: animate.cpp,v 1.4 2000-06-22 19:02:03 cbratschi Exp $ */ 2 2 /* 3 3 * Animation control … … 256 256 } 257 257 258 static DWORD ANIMATE_ThreadFunc(LPDWORD lpdwParam)258 static DWORD CALLBACK ANIMATE_ThreadFunc(LPDWORD lpdwParam) 259 259 { 260 260 HWND hwnd = (HWND)lpdwParam;
Note:
See TracChangeset
for help on using the changeset viewer.