Ignore:
Timestamp:
Sep 16, 1999, 1:39:08 AM (26 years ago)
Author:
sandervl
Message:

Rewrite for new win32 image classes

File:
1 edited

Legend:

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

    r705 r956  
    1 /* $Id: oslibmisc.cpp,v 1.1 1999-08-26 12:56:02 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.2 1999-09-15 23:38:01 sandervl Exp $ */
    22
    33/*
     
    5959 static char modname[CCHMAXPATH] = {0};
    6060
    61   DosQueryModuleName(hModule, CCHMAXPATH, modname);
     61  if(DosQueryModuleName(hModule, CCHMAXPATH, modname) != 0) {
     62        return NULL;
     63  }
    6264  return(modname);
    6365}
Note: See TracChangeset for help on using the changeset viewer.