Ignore:
Timestamp:
Aug 18, 1999, 7:18:01 PM (26 years ago)
Author:
sandervl
Message:

PE loader changes

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:44 sandervl Exp $ */
     1/* $Id: winmod.cpp,v 1.6 1999-08-18 17:18:01 sandervl Exp $ */
    22
    33/*
     
    7171  upname = (char *)malloc(strlen(lpszName)+1); //CB: Trap with MFC Toolbar/UpDown samples
    7272  strcpy(upname, lpszName);
    73   UpCase(upname);
     73  strupr(upname);
    7474  dprintf(("Convert %s to id\n", upname));
    7575  curnid     = (NameId *)((int)NameTable + sizeof(USHORT));;
Note: See TracChangeset for help on using the changeset viewer.