Ignore:
Timestamp:
Jun 16, 2002, 10:20:36 AM (23 years ago)
Author:
sandervl
Message:

Removed: LoadLibraryExA: expand library filename (doesn't happen in Windows)

File:
1 edited

Legend:

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

    r8686 r8694  
    1 /* $Id: wprocess.cpp,v 1.154 2002-06-15 17:15:18 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.155 2002-06-16 08:20:36 sandervl Exp $ */
    22
    33/*
     
    788788        return NULL;
    789789    }
    790 
    791     //Expand library filename; might contain environment variables
    792     //(such as %SystemDrive%)
    793     CHAR lpszExpandedLibFile[CCHMAXPATH];
    794     ExpandEnvironmentStringsA(lpszLibFile, lpszExpandedLibFile, sizeof(lpszExpandedLibFile));
    795     lpszLibFile = lpszExpandedLibFile;
    796790
    797791    /** @sketch
Note: See TracChangeset for help on using the changeset viewer.