Ignore:
Timestamp:
Jul 6, 2001, 6:57:59 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r83 r85  
    258258 *
    259259 ********************************************************************/
     260
     261/*
     262 *@@ winhQueryWindowStyle:
     263 *
     264 *@@added V0.9.13 (2001-07-02) [umoeller]
     265 */
     266
     267ULONG winhQueryWindowStyle(HWND hwnd)
     268{
     269    return (WinQueryWindowULong(hwnd, QWL_STYLE));
     270}
    260271
    261272/*
Note: See TracChangeset for help on using the changeset viewer.