Changeset 76 for trunk/include


Ignore:
Timestamp:
Jun 9, 1999, 5:21:26 PM (26 years ago)
Author:
achimha
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/winestring.h

    r43 r76  
    1212INT       WINAPI lstrncmpiA(LPCSTR,LPCSTR,INT);
    1313INT       WINAPI lstrncmpiW(LPCWSTR,LPCWSTR,INT);
    14 LPWSTR      WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
    15 LPSTR       WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
    16 LPWSTR      WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
    17 LPSTR       WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
     14//LPWSTR      WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
     15//LPSTR       WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
     16//LPWSTR      WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
     17//LPSTR       WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
    1818#endif /* _INCLUDE_WINE_STRINGS_H */
Note: See TracChangeset for help on using the changeset viewer.