Changeset 705 for trunk/src/kernel32/windll.cpp
- Timestamp:
- Aug 26, 1999, 2:56:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windll.cpp
r653 r705 1 /* $Id: windll.cpp,v 1.1 5 1999-08-23 18:06:26sandervl Exp $ */1 /* $Id: windll.cpp,v 1.16 1999-08-26 12:55:37 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include <fstream.h> 24 24 #include <misc.h> 25 #include <nameid.h>26 25 #include <win32type.h> 27 26 #include <pefile.h> … … 32 31 #include "cio.h" 33 32 #include "vmutex.h" 33 #include "oslibmisc.h" 34 34 35 35 VMutex dlllistmutex; //protects linked lists of heaps … … 492 492 dprintf(("findModule %s", dllname)); 493 493 494 strcpy(szDllName, StripPath(dllname));494 strcpy(szDllName, OSLibStripPath(dllname)); 495 495 strupr(szDllName); 496 496 dot = strstr(szDllName, ".");
Note:
See TracChangeset
for help on using the changeset viewer.