Ignore:
Timestamp:
Oct 4, 1999, 10:51:52 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/heapstring.h

    r970 r1130  
    1 /* $Id: heapstring.h,v 1.5 1999-09-18 15:55:45 sandervl Exp $ */
     1/* $Id: heapstring.h,v 1.6 1999-10-04 20:51:52 sandervl Exp $ */
    22
    33/*
     
    2323int    WIN32API lstrncmpW      (LPCWSTR arg1, LPCWSTR arg2, int i);
    2424int    WIN32API lstrncmpiA     (LPCSTR arg1, LPCSTR  arg2, int i);
     25int    WIN32API lstrncmpiW     (LPCWSTR arg1, LPCWSTR arg2, int i);
     26#define lstrcmpniW lstrncmpiW
    2527LPSTR  WIN32API lstrcpyA       (LPSTR arg1, LPCSTR  arg2);
    2628LPWSTR WIN32API lstrcpyW       (LPWSTR dest, LPCWSTR src);
Note: See TracChangeset for help on using the changeset viewer.