Ignore:
Timestamp:
Nov 14, 2001, 7:39:52 PM (24 years ago)
Author:
sandervl
Message:

removed unnecessary changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.c

    r7334 r7342  
    441441DrawStatusTextW (HDC hdc, LPRECT lprc, LPCWSTR text, UINT style)
    442442{
    443 #ifdef __WIN32OS2__
    444     LPSTR p;
    445     STACK_strdupWtoA(text, p)
    446 #else
    447443    LPSTR p = HEAP_strdupWtoA (GetProcessHeap (), 0, text);
    448 #endif
    449444    DrawStatusTextA (hdc, lprc, p, style);
    450 #ifndef __WIN32OS2__
    451445    HeapFree (GetProcessHeap (), 0, p );
    452 #endif
    453446}
    454447
Note: See TracChangeset for help on using the changeset viewer.