Changeset 570 for trunk/include
- Timestamp:
- Aug 19, 1999, 12:24:53 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
-
unicode.h (modified) (2 diffs)
-
winimage.h (modified) (2 diffs)
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 -
trunk/include/winimage.h
r550 r570 1 /* $Id: winimage.h,v 1. 6 1999-08-18 17:16:05sandervl Exp $ */1 /* $Id: winimage.h,v 1.7 1999-08-19 10:24:53 sandervl Exp $ */ 2 2 3 3 /* … … 182 182 Win32Resource *getPEResource(ULONG id, ULONG type, ULONG lang = LANG_GETFIRST); 183 183 PIMAGE_RESOURCE_DATA_ENTRY ProcessResSubDir(PIMAGE_RESOURCE_DIRECTORY prdType, 184 ULONG *nodeData );184 ULONG *nodeData, int level); 185 185 PIMAGE_RESOURCE_DIRECTORY pResDir; 186 186 Section *pResSection;
Note:
See TracChangeset
for help on using the changeset viewer.
