Ignore:
Timestamp:
Oct 27, 1999, 12:35:42 PM (26 years ago)
Author:
sandervl
Message:

Color cursor changes + dll loading fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r1458 r1475  
    1 /* $Id: wprocess.cpp,v 1.41 1999-10-26 17:54:16 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.42 1999-10-27 10:35:42 sandervl Exp $ */
    22
    33/*
     
    323323  strcpy(modname, lpszLibFile);
    324324  strupr(modname);
    325   if(!strstr(modname, ".DLL")) {
     325  if(!strstr(modname, ".")) {
    326326        strcat(modname,".DLL");
    327327  }
Note: See TracChangeset for help on using the changeset viewer.