Ignore:
Timestamp:
Nov 5, 2000, 2:40:47 PM (25 years ago)
Author:
sandervl
Message:

Use DosLoadModule instead of O32_LoadLibrary; changed log strings in exception dump (.dll/.exe)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r4473 r4555  
    1 /* $Id: oslibdos.h,v 1.25 2000-10-09 22:51:19 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.26 2000-11-05 13:40:46 sandervl Exp $ */
    22
    33/*
     
    285285ULONG OSLibDosQueryModuleName(ULONG hModule, int cchName, char *pszName);
    286286ULONG OSLibDosQueryDir(DWORD length, LPSTR lpszCurDir);
     287
     288HINSTANCE OSLibDosLoadModule(LPSTR szModName);
Note: See TracChangeset for help on using the changeset viewer.