Ignore:
Timestamp:
Oct 13, 2001, 7:57:58 PM (24 years ago)
Author:
umoeller
Message:

Lots of updates from the last week for conditional compiles and other stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/winh.h

    r106 r108  
    101101        #define WinQueryWindowPtr(a,b) winhQueryWindowPtr((a),(b))
    102102
    103         BOOL XWPENTRY winhSetWindowText(HWND hwnd, const char *pcsz);
    104         #define WinSetWindowText(a,b) winhSetWindowText((a),(b))
     103        BOOL XWPENTRY winhSetWindowText2(HWND hwnd, const char *pcsz);
     104        #define WinSetWindowText(a,b) winhSetWindowText2((a),(b))
    105105
    106106        BOOL XWPENTRY winhSetDlgItemText(HWND hwnd, ULONG id, const char *pcsz);
     
    758758    PSZ XWPENTRY winhQueryWindowText(HWND hwnd);
    759759
     760    BOOL XWPENTRY winhSetWindowText(HWND hwnd,
     761                                    const char *pcszFormat,
     762                                    ...);
     763
    760764    /*
    761765     *@@ winhQueryDlgItemText:
Note: See TracChangeset for help on using the changeset viewer.