Changeset 550 for trunk/src/kernel32/winmod.cpp
- Timestamp:
- Aug 18, 1999, 7:18:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winmod.cpp
r120 r550 1 /* $Id: winmod.cpp,v 1. 5 1999-06-19 10:54:44sandervl Exp $ */1 /* $Id: winmod.cpp,v 1.6 1999-08-18 17:18:01 sandervl Exp $ */ 2 2 3 3 /* … … 71 71 upname = (char *)malloc(strlen(lpszName)+1); //CB: Trap with MFC Toolbar/UpDown samples 72 72 strcpy(upname, lpszName); 73 UpCase(upname);73 strupr(upname); 74 74 dprintf(("Convert %s to id\n", upname)); 75 75 curnid = (NameId *)((int)NameTable + sizeof(USHORT));;
Note:
See TracChangeset
for help on using the changeset viewer.