Ignore:
Timestamp:
Aug 26, 1999, 2:56:02 PM (26 years ago)
Author:
sandervl
Message:

Cleanup

File:
1 edited

Legend:

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

    r653 r705  
    1 /* $Id: windll.cpp,v 1.15 1999-08-23 18:06:26 sandervl Exp $ */
     1/* $Id: windll.cpp,v 1.16 1999-08-26 12:55:37 sandervl Exp $ */
    22
    33/*
     
    2323#include <fstream.h>
    2424#include <misc.h>
    25 #include <nameid.h>
    2625#include <win32type.h>
    2726#include <pefile.h>
     
    3231#include "cio.h"
    3332#include "vmutex.h"
     33#include "oslibmisc.h"
    3434
    3535VMutex dlllistmutex;   //protects linked lists of heaps
     
    492492  dprintf(("findModule %s", dllname));
    493493
    494   strcpy(szDllName, StripPath(dllname));
     494  strcpy(szDllName, OSLibStripPath(dllname));
    495495  strupr(szDllName);
    496496  dot = strstr(szDllName, ".");
Note: See TracChangeset for help on using the changeset viewer.