Changeset 425


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.

Location:
trunk
Files:
2 added
2 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);
  • trunk/src/kernel32/makefile

    r358 r425  
    1 # $Id: makefile,v 1.13 1999-07-21 17:19:00 sandervl Exp $
     1# $Id: makefile,v 1.14 1999-08-05 19:46:46 phaller Exp $
    22
    33#
     
    5050       WIN32UTIL.OBJ \
    5151       heap.OBJ \
     52       heapstring.obj \
    5253       os2heap.OBJ \
    5354       vmutex.OBJ \
     
    138139heap.OBJ: \
    139140    .\heap.cpp \
     141    .\heap.h \
    140142    os2heap.h
     143
     144heapstring.obj: \
     145    .\heapstring.cpp \
     146    .\heap.h \
     147    .\heapstring.h
    141148
    142149os2heap.OBJ: \
Note: See TracChangeset for help on using the changeset viewer.