Ignore:
Timestamp:
Sep 18, 1999, 5:55:45 PM (26 years ago)
Author:
sandervl
Message:

Header changes for win32 apps compiled in OS/2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/heapstring.h

    r794 r970  
    1 /* $Id: heapstring.h,v 1.4 1999-09-02 17:12:46 phaller Exp $ */
     1/* $Id: heapstring.h,v 1.5 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33/*
     
    2222int    WIN32API lstrncmpA      (LPCSTR arg1, LPCSTR  arg2, int i);
    2323int    WIN32API lstrncmpW      (LPCWSTR arg1, LPCWSTR arg2, int i);
     24int    WIN32API lstrncmpiA     (LPCSTR arg1, LPCSTR  arg2, int i);
    2425LPSTR  WIN32API lstrcpyA       (LPSTR arg1, LPCSTR  arg2);
    2526LPWSTR WIN32API lstrcpyW       (LPWSTR dest, LPCWSTR src);
Note: See TracChangeset for help on using the changeset viewer.