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/winimage.cpp

    r695 r705  
    1 /* $Id: winimage.cpp,v 1.16 1999-08-25 15:27:20 sandervl Exp $ */
     1/* $Id: winimage.cpp,v 1.17 1999-08-26 12:55:37 sandervl Exp $ */
    22
    33/*
     
    3434#include "unicode.h"
    3535#include "winres.h"
    36 #include "os2util.h"
     36#include "oslibmisc.h"
    3737#include "initterm.h"
    3838#include <win\virtual.h>
     
    7575  strcpy(this->szFileName, szFileName);
    7676
    77   strcpy(szModule, StripPath(szFileName));
     77  strcpy(szModule, OSLibStripPath(szFileName));
    7878  strupr(szModule);
    7979  char *dot = strstr(szModule, ".");
     
    115115  szFileName[0] = 0;
    116116
    117   char *name = OS2GetDllName(hinstance);
     117  char *name = OSLibGetDllName(hinstance);
    118118  strcpy(szModule, name);
    119119  strupr(szModule);
Note: See TracChangeset for help on using the changeset viewer.