Ignore:
Timestamp:
Dec 5, 1999, 11:02:01 AM (26 years ago)
Author:
sandervl
Message:

Changed definition of lstrcpy(n)AtoW/WtoA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/heapstring.h

    r1130 r1974  
    1 /* $Id: heapstring.h,v 1.6 1999-10-04 20:51:52 sandervl Exp $ */
     1/* $Id: heapstring.h,v 1.7 1999-12-05 10:02:01 sandervl Exp $ */
    22
    33/*
     
    3131int    WIN32API lstrcmpiA      (LPCSTR arg1, LPCSTR  arg2);
    3232int    WIN32API lstrcmpiW      (LPCWSTR arg1, LPCWSTR arg2);
    33 int    WIN32API lstrcpynAtoW   (LPWSTR unicode, LPSTR ascii, int asciilen);
    34 int    WIN32API lstrcpynWtoA   (LPSTR ascii, LPWSTR unicode, int unilen);
    35 LPSTR  WIN32API lstrcpyWtoA    (LPSTR ascii, LPWSTR unicode);
    36 LPWSTR WIN32API lstrcpyAtoW    (LPWSTR unicode, LPSTR ascii);
     33int    WIN32API lstrcpynAtoW   (LPWSTR unicode, LPCSTR ascii, int asciilen);
     34int    WIN32API lstrcpynWtoA   (LPSTR ascii, LPCWSTR unicode, int unilen);
     35LPSTR  WIN32API lstrcpyWtoA    (LPSTR ascii, LPCWSTR unicode);
     36LPWSTR WIN32API lstrcpyAtoW    (LPWSTR unicode, LPCSTR ascii);
    3737
    3838LPVOID WIN32API HEAP_xalloc    ( HANDLE heap, DWORD flags, DWORD size );
Note: See TracChangeset for help on using the changeset viewer.