Ignore:
Timestamp:
Jun 6, 1999, 2:25:49 PM (26 years ago)
Author:
cbratschi
Message:

hiho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r34 r37  
    1 /* $Id: user32.cpp,v 1.3 1999-06-02 15:57:57 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.4 1999-06-06 12:25:49 cbratschi Exp $ */
    22
    33/*
     
    22232223 int pos;
    22242224
    2225     pos = GetScrollPos(hwnd, fnBar);
     2225    pos = O32_GetScrollPos(hwnd, fnBar);
    22262226#ifdef DEBUG
    22272227    WriteLog("USER32:  GetScrollPos of %X type %d returned %d\n", hwnd, fnBar, pos);
Note: See TracChangeset for help on using the changeset viewer.