Changeset 3743 for trunk/src


Ignore:
Timestamp:
Jun 22, 2000, 9:02:04 PM (25 years ago)
Author:
cbratschi
Message:

ANIMATE_ThreadFunc fix

Location:
trunk/src/comctl32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/animate.cpp

    r3585 r3743  
    1 /* $Id: animate.cpp,v 1.3 2000-05-22 17:25:06 cbratschi Exp $ */
     1/* $Id: animate.cpp,v 1.4 2000-06-22 19:02:03 cbratschi Exp $ */
    22/*
    33 * Animation control
     
    256256}
    257257
    258 static DWORD ANIMATE_ThreadFunc(LPDWORD lpdwParam)
     258static DWORD CALLBACK ANIMATE_ThreadFunc(LPDWORD lpdwParam)
    259259{
    260260    HWND hwnd = (HWND)lpdwParam;
  • trunk/src/comctl32/treeview.cpp

    r3585 r3743  
    1 /* $Id: treeview.cpp,v 1.14 2000-05-22 17:25:13 cbratschi Exp $ */
     1/* $Id: treeview.cpp,v 1.15 2000-06-22 19:02:04 cbratschi Exp $ */
    22/* Treeview control
    33 *
     
    40024002  /* set default settings */
    40034003  infoPtr->hwnd = hwnd;
    4004   infoPtr->dwStyle = GetWindowLongA(hwnd, GWL_STYLE);
     4004  infoPtr->dwStyle = lpcs->style;
    40054005  infoPtr->uInternalStatus = TV_CALCALL;
    40064006  infoPtr->Timer = 0;
Note: See TracChangeset for help on using the changeset viewer.