Changeset 354


Ignore:
Timestamp:
Sep 12, 2007, 9:20:58 PM (18 years ago)
Author:
pr
Message:

Add winhSetPresColor typedefs. Bug 994.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/winh.h

    r346 r354  
    1515 */
    1616
    17 /*      Copyright (C) 1997-2006 Ulrich M”ller.
     17/*      Copyright (C) 1997-2007 Ulrich M”ller.
    1818 *      This file is part of the "XWorkplace helpers" source package.
    1919 *      This is free software; you can redistribute it and/or modify
     
    796796
    797797    BOOL XWPENTRY winhSetPresColor(HWND hwnd, ULONG ulIndex, LONG lColor);
     798    // XWP V1.0.8 (2007-05-08) [pr]
     799    typedef BOOL XWPENTRY WINHSETPRESCOLOR(HWND hwnd, ULONG ulIndex, LONG lColor);
     800    typedef WINHSETPRESCOLOR *PWINHSETPRESCOLOR;
    798801
    799802    /* ******************************************************************
  • trunk/include/helpers/winh.h

    r346 r354  
    1515 */
    1616
    17 /*      Copyright (C) 1997-2006 Ulrich M”ller.
     17/*      Copyright (C) 1997-2007 Ulrich M”ller.
    1818 *      This file is part of the "XWorkplace helpers" source package.
    1919 *      This is free software; you can redistribute it and/or modify
     
    892892
    893893    BOOL XWPENTRY winhSetPresColor(HWND hwnd, ULONG ulIndex, LONG lColor);
     894    // XWP V1.0.8 (2007-05-08) [pr]
     895    typedef BOOL XWPENTRY WINHSETPRESCOLOR(HWND hwnd, ULONG ulIndex, LONG lColor);
     896    typedef WINHSETPRESCOLOR *PWINHSETPRESCOLOR;
    894897
    895898    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.