Ignore:
Timestamp:
Aug 11, 2000, 12:56:27 PM (25 years ago)
Author:
sandervl
Message:

Updates for fake system dll headers

File:
1 edited

Legend:

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

    r3501 r3993  
    1 /* $Id: oslibmisc.cpp,v 1.9 2000-05-09 18:56:09 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.10 2000-08-11 10:56:18 sandervl Exp $ */
    22/*
    33 * Misc OS/2 util. procedures
     
    4040}
    4141//******************************************************************************
    42 /*****************************************************************************
     42//******************************************************************************
     43BOOL OSLibGetDllName(ULONG hModule, char *name, int length)
     44{
     45  return DosQueryModuleName(hModule, length, name) == 0;
     46}
     47//******************************************************************************
     48/******************************************************************************
    4349 * Name      : ULONG OSLibiGetModuleHandleA
    4450 * Purpose   : replacement for IBM Open32's GetModuleHandle
Note: See TracChangeset for help on using the changeset viewer.