Changeset 705 for trunk/src/kernel32/winimage.cpp
- Timestamp:
- Aug 26, 1999, 2:56:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimage.cpp
r695 r705 1 /* $Id: winimage.cpp,v 1.1 6 1999-08-25 15:27:20sandervl Exp $ */1 /* $Id: winimage.cpp,v 1.17 1999-08-26 12:55:37 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include "unicode.h" 35 35 #include "winres.h" 36 #include "os 2util.h"36 #include "oslibmisc.h" 37 37 #include "initterm.h" 38 38 #include <win\virtual.h> … … 75 75 strcpy(this->szFileName, szFileName); 76 76 77 strcpy(szModule, StripPath(szFileName));77 strcpy(szModule, OSLibStripPath(szFileName)); 78 78 strupr(szModule); 79 79 char *dot = strstr(szModule, "."); … … 115 115 szFileName[0] = 0; 116 116 117 char *name = OS 2GetDllName(hinstance);117 char *name = OSLibGetDllName(hinstance); 118 118 strcpy(szModule, name); 119 119 strupr(szModule);
Note:
See TracChangeset
for help on using the changeset viewer.