Ignore:
Timestamp:
Jul 28, 2001, 8:04:35 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r6094 r6397  
    1 /* $Id: oslibdos.h,v 1.34 2001-06-24 16:40:45 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.35 2001-07-28 18:03:38 sandervl Exp $ */
    22
    33/*
     
    311311HINSTANCE OSLibDosLoadModule(LPSTR szModName);
    312312void      OSLibDosFreeModule(HINSTANCE hinst);
     313
     314ULONG OSLibDosGetModuleFileName(HMODULE hModule, LPTSTR lpszPath, DWORD cchPath);
     315BOOL  OSLibDosBeep(DWORD ulFreq, DWORD ulDuration);
     316ULONG OSLibDosGetProcAddress(HMODULE hModule, LPCSTR lpszProc);
Note: See TracChangeset for help on using the changeset viewer.