Changeset 425 for trunk/src


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/src/kernel32
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.