Changeset 570 for trunk/include/unicode.h
- Timestamp:
- Aug 19, 1999, 12:24:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/unicode.h
r408 r570 1 /* $Id: unicode.h,v 1. 5 1999-08-04 00:45:01 phallerExp $ */1 /* $Id: unicode.h,v 1.6 1999-08-19 10:24:52 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 34 34 #ifdef __cplusplus 35 char * UnicodeToAscii(int length, WCHAR *NameString);35 char * WIN32API UnicodeToAsciiStringN(WCHAR *ustring, ULONG length); 36 36 #endif 37 37
Note:
See TracChangeset
for help on using the changeset viewer.