Ignore:
Timestamp:
Aug 5, 1999, 9:47:22 PM (26 years ago)
Author:
phaller
Message:

Add: Added WINE-style string functions to Heapstring.cpp for better and easier porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r335 r425  
    1 /* $Id: winuser.h,v 1.5 1999-07-19 08:07:51 sandervl Exp $ */
     1/* $Id: winuser.h,v 1.6 1999-08-05 19:47:22 phaller Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    35553555INT       WINAPI wvsprintfA(LPSTR,LPCSTR,va_list);
    35563556INT       WINAPI wvsprintfW(LPWSTR,LPCWSTR,va_list);
    3557 #define     wvsprintf WINELIB_NAME_AW(wvsprintf)
    35583557
    35593558BOOL      WINAPI RegisterShellHook16(HWND16,UINT16);
Note: See TracChangeset for help on using the changeset viewer.