Changeset 354
- Timestamp:
- Sep 12, 2007, 9:20:58 PM (18 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/winh.h
r346 r354 15 15 */ 16 16 17 /* Copyright (C) 1997-200 6Ulrich Mller.17 /* Copyright (C) 1997-2007 Ulrich Mller. 18 18 * This file is part of the "XWorkplace helpers" source package. 19 19 * This is free software; you can redistribute it and/or modify … … 796 796 797 797 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; 798 801 799 802 /* ****************************************************************** -
trunk/include/helpers/winh.h
r346 r354 15 15 */ 16 16 17 /* Copyright (C) 1997-200 6Ulrich Mller.17 /* Copyright (C) 1997-2007 Ulrich Mller. 18 18 * This file is part of the "XWorkplace helpers" source package. 19 19 * This is free software; you can redistribute it and/or modify … … 892 892 893 893 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; 894 897 895 898 /* ******************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.