Ignore:
Timestamp:
Jun 12, 2001, 7:03:34 PM (24 years ago)
Author:
sandervl
Message:

LoadLibrary change: refuse to load non-Odin OS/2 dlls

File:
1 edited

Legend:

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

    r5896 r5974  
    1 /* $Id: oslibdos.cpp,v 1.63 2001-06-03 08:59:48 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.64 2001-06-12 17:03:33 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    24472447  return hModule;
    24482448}
    2449 
     2449//******************************************************************************
     2450//******************************************************************************
     2451void OSLibDosFreeModule(HINSTANCE hinst)
     2452{
     2453  DosFreeModule(hinst);
     2454}
     2455//******************************************************************************
     2456//******************************************************************************
    24502457ULONG OSLibDosQuerySysInfo(ULONG iStart, ULONG iLast, PVOID pBuf, ULONG cbBuf)
    24512458{
Note: See TracChangeset for help on using the changeset viewer.